MantisBT: master 1f11dd3f

Author Committer Branch Timestamp Parent
dregad dregad master 2021-05-16 05:58 master a19acf4b
Affected Issues  0028557: Inconsistent use of hyperlink instead of button to edit Custom Fields in Edit Project page
Changeset

Button to edit custom fields in manage project page

The use of a hyperlink to edit Custom Fields is not consistent with the
other sections on the page (subprojects, versions).

This commit removes the hyperlink on the Custom Field's name, and adds
a new 'Edit' button in the Actions column instead.

We also modify the existing print_form_button() call that removes custom
field association, to use the function's $p_args_to_post parameter
instead of building a GET URL.

Fixes 0028557

mod - manage_proj_edit_page.php Diff File