stable
Clone or download
Read-only
Currently the table is rendered twice: once for the read only section and once for the editable section. Rendering twice this table cost resources and it makes the DOM heavier. This is part of request #12245: Displaying an artifact with a lot of artifact links is slow Change-Id: I846489a2878b20181ecb7b73a54a1117d776281a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/artifactsfolders/include/Folder/ArtifactLinkInformationPrepender.php | +13 | −15 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php | +7 | −7 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerArtifactEditionSwitcher.js | +8 | −2 | Go to diff View file |
M | plugins/tracker/www/themes/default/css/style.scss | +4 | −0 | Go to diff View file |