Bug #10200
In multitenant_context A2_ATTRIBUTE_KIND_TITLE_CHOICES is never reloaded
Start date:
04 March 2016
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
The choices kwargs for the title attribute kind should use an IteratorFactory.
Associated revisions
History
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|dce8023c228a900c50295c62955f7baf5533120b.
attribute_kinds: make a lazy iterator from get_title_choices() (fixes #10200)
Being lazy allows late binding in multitenant context where the settings changes
between requests.