stable

Clone or download

Read-only

GET phpwiki/{ id }/items_referencing_wiki_page

part of: story #13427 Display list of other document referencing a wiki page in modal wiki deletion How to test: - In Docman, create several wiki documents referencing the same wiki page - Query the route --> You should get the names and ids of these 3 wiki documents Change-Id: Ifa4bda75e9a0adcd4599289de3becef712296dd4

Modified Files

Name
A plugins/docman/include/DocmanWikisReferencingSameWikiPageRetriever.php +68 −0 Go to diff View file
M plugins/docman/include/Docman_ItemFactory.class.php +3 −2 Go to diff View file
M plugins/docman/include/docmanPlugin.class.php +18 −0 Go to diff View file
A src/common/wiki/Events/GetItemsReferencingWikiPageCollectionEvent.php +72 −0 Go to diff View file
A src/common/wiki/Events/ItemReferencingWikiPageRepresentation.php +45 −0 Go to diff View file
M src/common/wiki/REST/v1/PhpWikiResource.class.php +44 −2 Go to diff View file
M src/www/project/export/project_export_utils.php +1 −1 Go to diff View file