mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +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();
|
return $this->getButtonLabel() === $this->getValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function isIgnored()
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user