bug #7236
Make available distribution status a database preference for TaxEditor distribution editor
90%
Related issues
History
#1 Updated by Andreas Müller about 1 year ago
- Related to bug #6159: improve distribution editor in TaxEditor added
#2 Updated by Andreas Müller about 1 year ago
- Related to feature request #7028: make available distribution status configurable in vaadin distribution editor added
#3 Updated by Andreas Müller about 1 year ago
- Related to feature request #7235: Make available area vocabularies a database preference for TaxEditor distribution editor added
#4 Updated by Andreas Müller about 1 year ago
- Description updated (diff)
#5 Updated by Andreas Müller about 1 year ago
- Subject changed from Makeavailable distribution status a database preference for TaxEditor distribution editor to Make available distribution status a database preference for TaxEditor distribution editor
#6 Updated by Andreas Müller about 1 year ago
- Target version changed from Release 4.14 to Release 5.0
#7 Updated by Katja Luther 9 months ago
- Target version changed from Release 5.0 to Release 5.1
#8 Updated by Andreas Müller 8 months ago
- Target version changed from Release 5.1 to Release 5.2
#9 Updated by Andreas Müller 6 months ago
- Target version changed from Release 5.2 to Release 5.3
#10 Updated by Katja Luther 6 months ago
- Target version changed from Release 5.3 to Release 5.4
#11 Updated by Andreas Müller 4 months ago
- Target version changed from Release 5.4 to Release 5.5
#12 Updated by Andreas Müller 4 months ago
- Status changed from New to Resolved
- Assignee changed from Katja Luther to Andreas Müller
- Target version changed from Release 5.5 to Release 5.4
- % Done changed from 0 to 60
#13 Updated by Andreas Müller 4 months ago
- Related to bug #7859: Increase size of CdmPreference.value added
#14 Updated by Andreas Müller 4 months ago
- Status changed from Resolved to Feedback
- Assignee changed from Andreas Müller to Katja Luther
- % Done changed from 60 to 90
Generally it works.
Only open issue: if you change the status list you have to completely close and open the TaxEditor to before the new list is used. Only reopening the Distribution Editor is not enough. This should be changed but is not critical because you usually do not change the list often.
Second open issue is that currently only a maximum of ~27 status can be selected, otherwise we get a truncation problem when saving. But this is handled in a separat ticket (#7859) and is a general issue for such lists.
#15 Updated by Andreas Müller 4 months ago
It looks like the selected status are also written to the local preferences. This is very dangerous because
(1) currently the local preferences are not database dependend and therefore it influences work on other databases
(2) the DB preferences never should influence the local preference, they should only override them when evaluating the preferences
#16 Updated by Andreas Müller 3 months ago
Probably (1) is solved now. Can you verify this?
Is (2) still an open issue or is it solved? Or will it be solved by #7849?
#17 Updated by Andreas Müller 3 months ago
- Related to bug #7849: Improve DB Preferences handling and saving in TaxEditor added