[Pkg-nagios-changes] [pkg-lconf-icinga-mod] 01/04: Add property-grid patch for Icinga Web >= 1.11.0
Markus Frosch
lazyfrosch-guest at moszumanska.debian.org
Tue Aug 5 16:53:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
lazyfrosch-guest pushed a commit to branch debmon-wheezy
in repository pkg-lconf-icinga-mod.
commit 186d322a0a459eb47d031695b9b0fc95303ea375
Author: Markus Frosch <markus at lazyfrosch.de>
Date: Tue Apr 15 18:33:12 2014 +0200
Add property-grid patch for Icinga Web >= 1.11.0
---
debian/patches/property-grid.patch | 43 ++++++++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 44 insertions(+)
diff --git a/debian/patches/property-grid.patch b/debian/patches/property-grid.patch
new file mode 100644
index 0000000..a7ccedf
--- /dev/null
+++ b/debian/patches/property-grid.patch
@@ -0,0 +1,43 @@
+From 24bd47e7c375d77606f5522fbc27ab773a53e2a1 Mon Sep 17 00:00:00 2001
+From: Johannes Meyer <johannes.meyer at netways.de>
+Date: Fri, 4 Apr 2014 14:45:15 +0200
+Subject: [PATCH 1/2] Fix that fields in the PropertyKeyValueGrid do not expand
+
+fixes #2513
+---
+ src/LConf/lib/js/GridTreeEditorField.js | 11 +++++++----
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+diff --git a/src/LConf/lib/js/GridTreeEditorField.js b/src/LConf/lib/js/GridTreeEditorField.js
+index 07f0ff9..e84dd1f 100755
+--- a/src/LConf/lib/js/GridTreeEditorField.js
++++ b/src/LConf/lib/js/GridTreeEditorField.js
+@@ -26,7 +26,8 @@ Ext.onReady(function() {
+ startValue: "",
+
+ field: {
+- focus: function () {}
++ focus: function () {},
++ isXType: function () {}
+ },
+
+ setValue: function (v) {
+@@ -82,10 +83,12 @@ Ext.onReady(function() {
+ hideEdit: function (remainVisible) {
+ if(remainVisible !== true) {
+ this.editing = false;
+- if(this.tree)
++ if (this.tree) {
+ this.tree.destroy();
+- if(this.tree.editorTxt)
+- this.tree.editorTxt.destroy();
++ if (this.tree.editorTxt) {
++ this.tree.editorTxt.destroy();
++ }
++ }
+ this.grid.resumeEvents();
+ }
+ },
+--
+1.9.1
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..70cecad
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+property-grid.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-lconf-icinga-mod.git
More information about the Pkg-nagios-changes
mailing list