Module: check_mk
Branch: master
Commit: bb76f59a3e6966226aebd07c1eae526d1cd60861
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=bb76f59a3e6966…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Thu May 16 12:50:14 2013 +0200
FIX: convert editing of global setting to POST.
Conflicts:
ChangeLog
---
ChangeLog | 6 ++++++
web/htdocs/wato.py | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index a90929e..74fb65e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -138,6 +138,12 @@
* FIX: f5_bigip_psu: handle more than first power supply, thanks to Miro Ramza
* FIX: ipmi_sensors: ignore sensors in state [NA] (not available)
+ Multisite:
+ * List of views: Output the alias of a datasource instead of internal name
+
+ WATO:
+ * FIX: convert editing of global setting to POST. This avoid URL-too-long
+ when defining lots of Event Console actions
1.2.2p1:
Core:
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index eb82b7a..4a8fb36 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -5530,7 +5530,7 @@ def mode_edit_configvar(phase):
check_mk_vars = check_mk_local_automation("get-configuration", [],
[varname])
value = check_mk_vars.get(varname, valuespec.default_value())
- html.begin_form("value_editor")
+ html.begin_form("value_editor", method="POST")
forms.header(valuespec.title())
if not config.wato_hide_varnames:
forms.section(_("Variable for <tt>%s.mk</tt>" %