stable
Clone or download
Read-only
request #11697 Start scrum no longer have colors associated to card types
Fix decorator creation: - legacy colors are properly imported - import doesn't need to replace existing stuff - shared field need an extra index to be efficient Change-Id: I6d311572458b10e97fe2b0898d846919ff3d38c6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +2 | −1 | Go to diff View file |
A | plugins/tracker/db/mysql/updates/2018/201806281722_add_index_tracker_field_list_bind_static_value.php | +55 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindDecorator.class.php | +23 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_BindDecoratorDao.class.php | +28 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Field/ListFields/Bind/Tracker_FormElementFieldList_BindDecoratorTest.php | +12 | −5 | Go to diff View file |