Actions
Feature #44353
closedAdd project to wiki page list API response
Description
There was a recent change for Redmine 7.0.0 that adds the project reference to all endpoints using views/wiki/show.api.rsb. The wiki index response, however, was overlooked.
It would be consistent to add the project information to the wiki index action response as well.
Files
Related issues
Updated by Go MAEDA 21 days ago
- File 0001-Includes-project-in-wiki-pages-API-response-of-the-i.patch 0001-Includes-project-in-wiki-pages-API-response-of-the-i.patch added
- Target version set to 7.0.1
Thank you for pointing this out.
I have written a patch that adds the project to each wiki page in the index response, in the same way as the show response.
Updated by Go MAEDA 21 days ago
- Related to Feature #43569: Adds project to wiki page API response added
Updated by Go MAEDA 20 days ago
- Subject changed from Add project to wiki API response of endpoint /projects/{identifier}/wiki/index.{format} to Add project to wiki page list API response
- Status changed from New to Resolved
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the change in r24966. Thank you for pointing it out.
Actions