Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 6345
blob8365bfcace1a06e21f2e768214b43d355ce5772d
1 Title: Fixed invisible/lost notification rules when editing notification rules
2 Level: 2
3 Component: notifications
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1531472133
11 Since werk #4167 it was possible to prevent users from configuring specific
12 notification plugins by setting the notification plugin permissions to "no". As
13 a result all notification rules that use the not permitted notification plugin
14 were not visible anymore to this user.
16 This hiding of rules could be confusing and lead to bugs. We decided to show all
17 rules now but prevent modifications of these rules when the user is not permitted
18 to perform the modifications.
20 When cloning notification rules or creating notification rules with identical
21 parameters only one of the rules was shown. The others could be hidden, but
22 still be in existing.
24 In other situations, when a user with limited permissions on notification plugins
25 edits the notification rules, it could happen that all notification rules that
26 use other plugins were deleted by accident.
28 These problems were introduced with werk #4167.
30 CMK-556