stable
Clone or download
Read-only
part of story #32280 Complete the "move artifact" feature How to test: - Pick up a tracker, add an encrypted field to it - Create an artifact - Click on the [Actions] button in its header --> The item "Move artifact" is disabled --> It says that encrypted fields are not supported by this feature when hovered. - Remove the encrypted field from your tracker - Go back to the artifact --> The item "Move artifact" is not disabled (at least because encrypted fields are not used in the tracker). Change-Id: I0ac13abd77148afa5a6d17a96c34d41249f2c5b4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactMoveButtonPresenter.php | +7 | −11 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactMoveButtonPresenterBuilder.php | +11 | −17 | Go to diff View file |
M | plugins/tracker_encryption/include/Tracker_FormElement_Field_Encrypted.class.php | +2 | −0 | Go to diff View file |
M | plugins/tracker_encryption/include/dao/ValueDao.php | +5 | −3 | Go to diff View file |
M | plugins/tracker_encryption/include/tracker_encryptionPlugin.php | +23 | −1 | Go to diff View file |
M | plugins/tracker_encryption/site-content/fr_FR/LC_MESSAGES/tuleap-tracker_encryption.po | +6 | −0 | Go to diff View file |
M | plugins/tracker_encryption/site-content/pt_BR/LC_MESSAGES/tuleap-tracker_encryption.po | +4 | −0 | Go to diff View file |