feature request #8335
Store character matrix table state as DB preference
Start date:
06/19/2019
Due date:
% Done:
100%
Severity:
normal
Associated revisions
ref #8335 Store character matrix table state as DB preference
ref #8335 Add character matrix table state DB preference
ref #8335 Add default state to table states
ref #8335 Initially select default state + minor refactoring
ref #8335 Persist table state when dialog is closed
ref #8335 minor fixes for active state evaluation
History
#1 Updated by Patrick Plitzner over 1 year ago
- Tags set to additivity
#2 Updated by Patrick Plitzner over 1 year ago
- Target version changed from Release 5.8 to Release 5.10
Move to next milestone because the character matrix is still considered experimental
#3 Updated by Patrick Plitzner over 1 year ago
- Status changed from New to Resolved
- Assignee changed from Patrick Plitzner to Katja Luther
- % Done changed from 0 to 50
#4 Updated by Katja Luther over 1 year ago
- Status changed from Resolved to Feedback
- Assignee changed from Katja Luther to Patrick Plitzner
looks fine, but if you want to avoid a db call, you can use CdmPreferenceCache.instance().get(PrefKey key)
instead of PreferencesUtil.getPreferenceFromDB(PreferencePredicate predicate).
#5 Updated by Patrick Plitzner over 1 year ago
- Status changed from Feedback to Closed
- % Done changed from 50 to 100
closing the ticket -> created a new ticket for using the preference cache #8552