mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +02:00
SubmitElement: always ignore value
This commit is contained in:
parent
fc2e972bcd
commit
cf161f480c
@ -44,4 +44,9 @@ class SubmitElement extends InputElement
|
||||
{
|
||||
return $this->getButtonLabel() === $this->getValue();
|
||||
}
|
||||
|
||||
public function isIgnored()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user