stable

Clone or download

Read-only

Do not loose non editable type of links on existing links when editing an artifact link field

The scenario is the following: 1. Have an artifact link field with a link using a non editable type, e.g. _mirrored_milestone from the multi-project backlog 2. Try to add/edit another link and save 3. The non editable type should not be removed on the existing link Part of story #16125: [release management] create a new Aggregator Release Change-Id: I20087fe4c9cb79b1c03415176c8d031919bb1f7d

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NaturePresenterFactory.php +11 −3 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php +15 −1 Go to diff View file
A plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/Nature/NaturePresenterFactoryTest.php +78 −0 Go to diff View file