[debian-edu-commits] debian-edu/pkg-team/ 01/01: Revert "debian/patches: Add 1021_fix-DHCP-sections-list.patch. Don't make DHCP sections list sortable."
Mike Gabriel
sunweaver at debian.org
Thu Dec 10 14:22:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository gosa.
commit eac3e9513e186272a19e68bbe8e89a7d8a732488
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Thu Dec 10 15:22:23 2015 +0100
Revert "debian/patches: Add 1021_fix-DHCP-sections-list.patch. Don't make DHCP sections list sortable."
This reverts commit e53946e7083e06c6769febf8f3b612749606cdf9.
---
debian/patches/1021_fix-DHCP-sections-list.patch | 19 -------------------
debian/patches/series | 1 -
2 files changed, 20 deletions(-)
diff --git a/debian/patches/1021_fix-DHCP-sections-list.patch b/debian/patches/1021_fix-DHCP-sections-list.patch
deleted file mode 100644
index 40b944a..0000000
--- a/debian/patches/1021_fix-DHCP-sections-list.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Don't make DHCP sections list sortable
-Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-Abstract:
- Set the "reorderable" flag of the DHCP sections list to TRUE.
- .
- Intuitively, this feels weird, because setting the reorderable
- flags of a sortableList object to TRUE results in a non-reorderable
- list.
-
---- a/dhcp/admin/systems/services/dhcp/class_servDHCP.inc
-+++ b/dhcp/admin/systems/services/dhcp/class_servDHCP.inc
-@@ -377,6 +377,7 @@
- }
- }
- $this->entryList->setListData($this->dhcpSections, $lData);
-+ $this->entryList->setReorderable(TRUE);
- $this->entryList->update();
-
- /* Display tempalte */
diff --git a/debian/patches/series b/debian/patches/series
index 345d9d8..896864b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -23,7 +23,6 @@
1018_no-item-multiplication-on-duplicate-search-results.patch
1019_fix-various-typos.patch
1020_ob-fixes.patch
-1021_fix-reordering-in-sortable-listings.patch
2001_fix-smarty-location.patch
2002_fix-template-location.patch
2003_fix-class-mapping.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/gosa.git
More information about the debian-edu-commits
mailing list