Module: check_mk
Branch: master
Commit: cfee39d9e812a211d9ce92f737f4434465347777
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=cfee39d9e812a2…
Author: Sven Rueß <sr(a)mathias-kettner.de>
Date: Fri May 26 16:26:16 2017 +0200
New Bug with icon upload
Change-Id: I330978b41cbe83acd462a086ce504d30bdba8c0c
---
.bugs/2921 | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/.bugs/2921 b/.bugs/2921
new file mode 100644
index 0000000..1c237df
--- /dev/null
+++ b/.bugs/2921
@@ -0,0 +1,15 @@
+Title: Icon upload saves icon with full path
+Component: multisite
+State: open
+Date: 2017-05-26 16:20:45
+Targetversion: 1.2.8
+Class: bug
+
+If a customers uploads its own icons in 1.2.8p18, all icons will be save with the local
upload path as
+file name.
+
+For example:
+C:\Users\Username\Documents\Icons\service.png will be stored in Check_MK like
+~/local/share/check_mk/web/htdocs/images/icon/C:\\Users\\Username\\Documents\\Icons\\service.png
+
+Those icons are not shown to the customer.