Module: check_mk
Branch: master
Commit: 68d1cfbcfcf06795da8dd846b91060f1e5a30e87
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=68d1cfbcfcf067…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon Dec 1 18:16:52 2014 +0100
Updated bug entries #2137
---
.bugs/2137 | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.bugs/2137 b/.bugs/2137
index fc51569..db5a919 100644
--- a/.bugs/2137
+++ b/.bugs/2137
@@ -1,9 +1,9 @@
Title: Foldable containers with Umlauts in titles are not expanded on load
Component: multisite
-State: open
+Class: bug
+State: done
Date: 2014-07-16 10:13:33
Targetversion: 1.2.5i1
-Class: bug
When unicode strings with umlauts are used as titles for foldable containers,
the states are saved, but can not be read/parsed/compared correctly. This seems
@@ -11,3 +11,6 @@ to be related to the pprint.pformat() function which writes the unicode
string
as key of a dict, but does not re-reads the value correctly as unicode string.
It has happened here with the titles of the views snapin.
+
+2014-12-01 18:16:50: changed state open -> done
+Fixed.