Skip to content

Commit bb58e43

Browse files
authored
Merge pull request #79 from NETWAYS/fix/autosub
Remove autosubmit from form elements that dont need it
2 parents 74481c4 + fdca812 commit bb58e43

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

application/forms/Config/GeneralConfigForm.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,6 @@ public function createElements(array $formData)
367367
'placeholder' => 30,
368368
'description' => $this->translate('JWT Token expiration in seconds. A very short time is recommended. Default 30 seconds.'),
369369
'required' => false,
370-
'class' => 'autosubmit',
371370
]
372371
);
373372
$this->addElement(
@@ -378,7 +377,6 @@ public function createElements(array $formData)
378377
'label' => $this->translate('JWT Issuer'),
379378
'description' => $this->translate('The issuer of the token (e.g. URL of this system). Can be used as a validation when other systems receive the token. Default is empty, no issuer.'),
380379
'required' => false,
381-
'class' => 'autosubmit',
382380
]
383381
);
384382
$this->addElement(
@@ -389,7 +387,6 @@ public function createElements(array $formData)
389387
'label' => $this->translate('JWT Subject (login)'),
390388
'description' => $this->translate('The username or email to be used as login. Leave empty to use the Icinga Web username.'),
391389
'required' => false,
392-
'class' => 'autosubmit',
393390
]
394391
);
395392
}

0 commit comments

Comments
 (0)