Mercurial > getan
comparison TODO @ 441:7175ee3dbb0d
TODO: (minor) improves defect description.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Wed, 10 Jan 2018 16:53:53 +0100 |
parents | f441913a5cdc |
children | dc79952b36b0 |
comparison
equal
deleted
inserted
replaced
440:f441913a5cdc | 441:7175ee3dbb0d |
---|---|
8 to argparse. Affects getan/main.py and scripts/getan-eval.py. | 8 to argparse. Affects getan/main.py and scripts/getan-eval.py. |
9 | 9 |
10 20170504 BER: Some multi-user installations do not want a logfile by default. | 10 20170504 BER: Some multi-user installations do not want a logfile by default. |
11 We could solve this requirement by making it configurable. | 11 We could solve this requirement by making it configurable. |
12 | 12 |
13 20170317 BER: Reproduce and then fix a defect that it is surprising which | 13 20170317 BER: Reproduce and then fix a defect: that it is surprising which |
14 entries are moved by `m` or deleted by 'd'. | 14 entries are moved by `m` or deleted by 'd'. |
15 It probably has to do how multi-selection are handled. Maybe they | 15 It probably has to do how multi-selections are handled. Maybe they |
16 are not cleared properly at the end of an operation. | 16 are not cleared properly at the end of an operation. |
17 One description: It happens when you have changed a lot of entries | 17 One description: It happens when you have changed a lot of entries |
18 from different projects (I assume), e.g. by editing the description, | 18 from different projects (I assume), e.g. by editing the description, |
19 the length or timedate and then use move where you intend to only move | 19 the length or timedate and then use move where you intend to only move |
20 one, the unwanted result is several moved entries. | 20 one, the unwanted result is several moved entries. |