Actions
Patch #43084
closedAdd view_issues_edit_top hook to customize the issue editing form
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
Updated by Go MAEDA about 1 year ago
- 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.
Actions