Bastian Lederer
400ad69497
Replace null as array key with an empty string
...
Using null as an array key is deprecated in PHP-8.5,
an empty string can be used for identical behavior.
This includes values that are passed to ZendForm::addDisplayGroup as elements,
as they will be used as array keys.
2026-01-08 08:21:08 +01:00
Sukhwinder Dhillon
c43128be3e
Correct notification messages and add missing translations ( #444 )
...
fixes #405
2024-04-22 10:51:06 +02:00
Sukhwinder Dhillon
3643c799d0
SimulationForm: Property $simulatedNode can be nullable
2023-08-24 13:04:29 +02:00
Sukhwinder Dhillon
6306b5306c
Define variable type when method returns a class object
...
- This helps the IDE to find class methods and resolves the `call to an undefined method` issue
2023-08-24 13:04:29 +02:00
Johannes Meyer
1ac87cb4ea
Let all config forms extend BpConfigBaseForm
...
They're all too similar.
2023-08-03 15:06:08 +02:00
Sukhwinder Dhillon
2f730cc526
Display node name if alias is missing
...
This fixes the issue that the name of a missing monitoring node is
not displayed in forms and in Tree/Tile view.
2023-07-24 14:31:17 +02:00
Johannes Meyer
0c3cf6b7bd
Avoid passing non-string args to ctype_*() functions
2022-01-14 10:46:08 +01:00
Eric Lippmann
1c0e9f5bd4
Fix missing redirects
...
Some forms were missing the parent::onSuccess() call.
2018-08-15 09:39:26 +02:00
Thomas Gelf
fbfb99171e
SimulationForm: state type fixes
2016-11-30 14:35:58 +01:00
Thomas Gelf
c4b0aa1578
SimulationForm: restructure, base on node props
2016-11-28 02:11:21 +01:00
Thomas Gelf
6c701a63fc
SimulationForm: remove obsolete code
2015-11-17 13:01:16 +01:00
Thomas Gelf
b429d81d36
SimulationForm: make use of new form base lib
...
Makes things easier. Less hacks, more features
2015-10-07 17:10:49 +02:00
Thomas Gelf
e057e61567
editor: sorry, monster commit :)
2015-03-16 09:08:00 +01:00
Thomas Gelf
a7f5c6c61c
SimulationForm: remove obsolete code
2015-03-03 11:54:11 +01:00
Thomas Gelf
85f566ee67
forms: get backend from process
2015-02-07 01:30:43 +01:00
Thomas Gelf
852faac5d8
forms: drop temporary translate() function...
...
...it has been added to the Icinga Web 2 master
2015-01-21 09:11:17 +01:00
Thomas Gelf
d1739e171f
bpapp: rename to businessprocess
2014-11-30 15:56:58 +01:00
Thomas Gelf
0bdec95c6c
forms: add Process and Simulation form
2014-11-30 12:22:11 +01:00