Skip to content
Snippets Groups Projects
Commit 64ebb3d1 authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Issue #3502614: Add a service user to settings and an action to switch to it

parent a55ba1ee
No related branches found
No related tags found
No related merge requests found
Pipeline #408929 passed with warnings
......@@ -59,7 +59,7 @@ class SwitchAccount extends ConfigurableActionBase implements CleanupInterface {
$form['user_id'] = [
'#type' => 'textfield',
'#title' => $this->t('User ID (UID)'),
'#default_value' => $this->configuration['user_id'],
'#default_value' => $this->configuration['user_id'] ?? '',
'#description' => $this->t('The numeric ID of the user account to switch to.'),
'#weight' => -10,
'#eca_token_replacement' => TRUE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment