stable

Clone or download

Read-only

Don't display artifact link when nature is '_is_folder'

part of story #9468 import folders If you set manually a type _is_folder in DB no error should be displayed, the artifact isn't displayed in artifact link section Change-id: I5dde224ee72349531c61c9f9260911f8bd3ef975

Modified Files

Name
M plugins/artifactsfolders/include/artifactsfoldersPlugin.class.php +14 −0 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactLinkRepresentation.php +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactLinkInfo.class.php +16 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_ArtifactLinkDiff.class.php +32 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NaturePresenterFactory.php +30 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php +18 −2 Go to diff View file