Project

General

Profile

Actions

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.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Hook requests
Target version:

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

redmine-asakura-20250801.patch (617 Bytes) redmine-asakura-20250801.patch Haruka Asakura (Agileware), 2025-08-01 12:23
Actions #1

Updated by Go MAEDA 5 months 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 #2

Updated by Go MAEDA 8 days ago

  • Target version changed from Candidate for next major release to 7.0.0

Setting the target version to 7.0.0.

Actions #3

Updated by Go MAEDA 8 days ago

  • 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
Actions #4

Updated by Go MAEDA 7 days ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA

Committed the patch in r24423. Thank you for your contribution.

Actions

Also available in: Atom PDF