Mercurial > getan
diff TODO @ 439:3103429ec963
Makes 'move' operation more consistent.
* Improves 'move' operation to work in the current entry, if there is no
selection. This is more consistent with 'delete'. Patch by Frank Koormann.
* Removes two superfluous methods in controller.
* Improves README: Adds Frank Koormann as contributor. Better phrasing
for the license indication.
* TODO: Details problem with multi-selections.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Wed, 13 Sep 2017 09:06:28 +0200 |
parents | 70063d348739 |
children | f441913a5cdc |
line wrap: on
line diff
--- a/TODO Tue Sep 12 14:52:30 2017 +0200 +++ b/TODO Wed Sep 13 09:06:28 2017 +0200 @@ -8,7 +8,10 @@ We could solve this requirement by making it configurable. 20170317 BER: Reproduce and then fix a defect that it is surprising which - entries are moved by `m`. It happens when you have changed a lot of entries + entries are moved by `m` or deleted by 'd'. + It probably has to do how multi-selection are handled. Maybe they + are not cleared properly at the end of an operation. + One description: It happens when you have changed a lot of entries from different projects (I assume), e.g. by editing the description, the length or timedate and then use move where you intend to only move one, the unwanted result is several moved entries.