erp5_multiple_selection_conflict: Remove '_'(underscore) from...
erp5_multiple_selection_conflict: Remove '_'(underscore) from 'multiple_selection' subcategory in elmentary_type category. Subcategory 'multiple_selection' has been renamed to 'multiple selection' to maintain consistency. Earlier, whenever a new StandardCategory object was created with property_type 'multiple selection', one needed to change the elementary type explicilty to use it to generate property setters and getters. The example for this can be seen from this commit: fd738753 After this change, in the view, property type field couldn't recognize the property and displays (???multiple selection). Also, everywhere in erp5, list_types do mention 'multiple selction' and not 'multiple_selection'. So, its better to maintain consistency in naming the subcategory.
Showing
-
Maintainer
Hey @gabriel , I found out you made this change(fd738753) to solve the accessor problem. Please have a look at this commit I made to solve this. Thanks beforehand.
-
Developer
@tiwariayush, Do you know if there is a test for it? If tests are passing, please go ahead.
And Thank you to solve it.
-
Maintainer
@gabriel, yeah I have created test suite regarding this. Will put it up for merge when it passes. Thanks
Please register or sign in to comment