View Issue Details

IDProjectCategoryView StatusLast Update
0028088mantisbtfeaturepublic2021-03-18 17:21
ReporterLukeWCS Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status newResolutionopen 
Product Version2.25.0 
Summary0028088: HTML IDs for the form elements of bug_view_inc.php
Description

Hi

Since there is no possibility to position the input fields freely in Mantis, I created a plugin with which you can move user-defined fields to the beginning of the form of bug_report.php and bug_view_page.php. We need this for fields that have a higher priority than "Category" and should therefore be displayed first in the form.

I would like to do the same for bug_view_inc.php, but there the input fields of the form have no IDs and therefore precise changes are impossible. So it would be immensely helpful if this form also generated the HTML including the IDs of the input fields. Since this is about additional unique attributes and not about changed attributes, a realization of this feature request should theoretically not have any undesirable side effects.

Additional Information

Information about my plugin:

GitHub:
https://github.com/LukeWCS/CustomFieldsToTop

Forum:
https://www.mantisbt.org/forums/viewtopic.php?f=2&t=27404
https://www.mantisbt.org/forums/viewtopic.php?f=15&t=27408

TagsNo tags attached.

Activities

LukeWCS

LukeWCS

2021-03-18 13:18

reporter   ~0065262

Sorry, I meant

bug_report_page.php, not bug_report.php

and

bug_update_page.php, not bug_view_page.php

in the first paragraph.