Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 5833
blob3edebac369981e3ed9afc55bfdf02357ae719e75
1 Title: Fixed handling of 'acknowledged' parameter of the EC's UPDATE command
2 Level: 1
3 Component: ec
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0b1
7 Date: 1523278661
8 Class: fix
10 Previously, the 'acknowledged' parameter of the EC's UPDATE command was
11 processed after the event was already (partially) updated.  When the
12 'acknowledged' parameter was missing or not an integer, this behavior was
13 confusing and could e.g. lead to missing history entries.
15 Now all parameters are checked before the event is modified, so no partial
16 updates happen.  Furthermore, the 'acknowledged' parameter is optional now,
17 restoring the previous accidental behavior in a clean way.