stable
Clone or download
Read-only
It is now possible to delete an artidoc document. REST tests for this new route will be added later. Part of story #37542: display a read only Document Change-Id: Icef170294c4da311248b53eff532da77b3634416
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/artidoc/include/artidocPlugin.php | +10 | −3 | Go to diff View file |
M | plugins/docman/include/Docman_ItemDao.class.php | +3 | −1 | Go to diff View file |
A | plugins/docman/include/ItemType/GetItemTypeAsText.php | +51 | −0 | Go to diff View file |
M | plugins/docman/include/REST/v1/DocmanOtherTypeDocumentsResource.php | +47 | −0 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.php | +5 | −1 | Go to diff View file |
M | plugins/docman/site-content/fr_FR/LC_MESSAGES/tuleap-docman.po | +3 | −0 | Go to diff View file |
M | plugins/docman/site-content/pt_BR/LC_MESSAGES/tuleap-docman.po | +3 | −0 | Go to diff View file |
M | plugins/document/scripts/document/api/rest-querier.ts | +6 | −0 | Go to diff View file |
M | plugins/document/scripts/document/helpers/type-check-helper.ts | +4 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-delete.test.ts | +19 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-delete.ts | +4 | −0 | Go to diff View file |