Module: check_mk
Branch: master
Commit: ec34272f38c8731a5d07d9b33c04e75c027692ef
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ec34272f38c873…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Fri Apr 19 11:52:15 2013 +0200
Fixed creating auxtags in wato
---
web/htdocs/wato.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index 4753f06..ad979f4 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -8979,6 +8979,7 @@ def mode_edit_auxtag(phase):
if new:
title = ""
tag_id = ""
+ topic = ""
else:
tag_id, title = auxtags[tag_nr]
topic, title = parse_hosttag_title(title)