erp5_catalog: Sort values for multiple_selection type properties in catalog while editing
Showing
-
Code length can be significantly reduced by sorting in-line:
self._base...(sorted(value), **kw)
, though that's not a big deal.
Please register or sign in to comment