Patch #43084
closed
Add view_issues_edit_top hook to customize the issue editing form
Added by Haruka Asakura (Agileware) 7 months ago.
Updated 7 days ago.
Description
In the new issue creation form (`app/views/issues/_form.html.erb`), there is always a `view_issues_form_details_top` hook available regardless of permissions or the ticket situation.
However, in the edit form (`app/views/issues/_edit.html.erb`), there is no such always-available hook.
Therefore, I would like to add a hook that is always usable in the edit form as well.
Files
- Target version set to Candidate for next major release
I think the suggested "view_issue_edit_top" for "Edit" form corresponds to the existing hook "view_issues_new_top" for "New issue" page, and adding the new hook would improve consistency.
- Target version changed from Candidate for next major release to 7.0.0
Setting the target version to 7.0.0.
- Subject changed from Add a hook to easily customize the issue editing form to Add view_issues_edit_top hook to customize the issue editing form
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch in r24423. Thank you for your contribution.
Also available in: Atom
PDF