diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-11-22 09:21:36 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-11-22 09:21:36 +0100 |
commit | 78ef00f12def4d76cec708a5e436d83c75ee3c91 (patch) | |
tree | ffaef5ab453ffe20346154f79dfbd42c0c8a68a9 /plugins/managesieve/Changelog | |
parent | 3ab616c7425afed0e4462f89d3bde1723ac471e5 (diff) |
Fix a bug where deleted filter was not removed from the list
(because now list widget's 'rows' property is of type object not array)
Diffstat (limited to 'plugins/managesieve/Changelog')
-rw-r--r-- | plugins/managesieve/Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/managesieve/Changelog b/plugins/managesieve/Changelog index 115aec14f..cd8daf168 100644 --- a/plugins/managesieve/Changelog +++ b/plugins/managesieve/Changelog @@ -3,6 +3,7 @@ - Fix bug where at least one additional address of vacation message was required (#1489345) - Fix so i;ascii-numeric comparator is not forced as default for :count and :value operators - Fix date/currentdate related form issues and comparators handling (#1489346) +- Fix a bug where deleted filter was not removed from the list * version 7.0 [2013-09-09] ----------------------------------------------------------- |