MantisBT: master 2425c50c

Author Committer Branch Timestamp Parent
vboctor master 2003-02-15 09:13 master 0370da8e
Changeset

Add handling for custom fields sequence numbers through the manage project
edit page.

A manage_proj_custom_field_update.php

  • Action page for setting the sequence number for the custom fields.

M manage_proj_edit_page.php

  • Displayed an edit box with the sequence number and add an update button next to each one to allow the manager to
    update the sequence numbers.

M core/custom_field_api.php

  • (custom_field_get_sequence): Gets the sequence number for the specified field in the specified project.
  • (custom_field_set_sequence): Sets the sequence number for the specified field in the specified project.
  • (custom_field_get_linked_ids): Added sorting by field name as a secondary key after sequence number.

M lang/strings_english.txt

  • Added caption for the update button.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1845 /?p=mantisbt.git;a=object;h=f5dc347c-c33d-0410-90a0-b07cc1902cb9

mod - core/custom_field_api.php Diff File
mod - lang/strings_english.txt Diff File
mod - manage_proj_edit_page.php Diff File
add - manage_proj_custom_field_update.php Diff File