Module: check_mk
Branch: master
Commit: 6d98d723128bce479c310580a3f4d0d76e37ecba
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=6d98d723128bce…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Fri Mar 1 10:04:30 2013 +0100
Updated bug entries #0885
---
.bugs/885 | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/.bugs/885 b/.bugs/885
index 4cd4848..1b0baf3 100644
--- a/.bugs/885
+++ b/.bugs/885
@@ -1,13 +1,13 @@
-Title: Password field in personal settings must not be prefilled by browser
+Title: Fewer mouseclicks in commands and actions
Component: multisite
-Class: bug
-State: done
-Date: 2013-01-21 15:55:44
-Targetversion: 1.2.2
+State: open
+Date: 2013-03-01 10:02:56
+Targetversion: 1.2.3
+Class: feature
-If the browser enters a possible previous password then after saving
-(because of changes to the notifications) the user password gets
-changed and the user logged out - forever.
+Two ideas in order to ease the user actions:
-2013-02-05 15:36:48: changed state open -> done
-Just implemented. Added "autocomplete=off" attribute to input fields.
+1. Make a user setting the completely disabled all confirms in Multisite and WATO.
+2. When a user has done an action on hosts/services, do not display a separate
+result page, but directly to back to the view. The result of the action is then
+displayed in a floating div, that goes away if you hover over.