Development #6955
In app_settings set default list values to tuples not list to make them immutable
Start date:
15 Apr 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
The Setting object should also be immutable.
Associated revisions
History
Updated by Benjamin Dauvergne almost 6 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit 25f5af20304ed5bdfa1fd9f1821329823ac74cac.
Updated by Benjamin Dauvergne about 5 years ago
- Status changed from Résolu (à déployer) to Solution déployée
app_settings: make all list settings immutable by using tuples (fixes #6955)