stable
Clone or download
Read-only
part of story #32280 Complete the "move artifact" feature How to test: Create a new empty tracker Add a field inside (exemple text field) and create an artifact Be sure that Featre flag for full move is disabled with `tueap config-set feature_flag_enable_complete_move_artifact 0` Try to move your artifact => button move is disbaled, title on elements indicates you that a semantic must be defined to move the artifact Enable feature flag: `tueap config-set feature_flag_enable_complete_move_artifact 1` Try to move your artifact => you should be able to start moving your artifact Change-Id: I858d86fc6a961a2e47ba60d6a452c03189fac986
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactMoveButtonPresenterBuilder.php | +6 | −3 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/ActionButton/ArtifactMoveButtonPresenterBuilderTest.php | +30 | −0 | Go to diff View file |