Custom field Update page

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
mamathak
Posts: 20
Joined: 03 Dec 2010, 15:22

Custom field Update page

Post by mamathak »

Hi,
I am using Mantis 1.2.3.
I have created a new status called 'Complete' which is working fine.
And recently i have created a new custom field called 'Fixed in build' which is required on Complete.

To do this i have done the following.
Edited the manage_custom_field_edit_page.php To get the 'Require on Complete' on custom field edit page :
<tr <?php echo helper_alternate_class() ?>>
<td class="category">
<?php echo lang_get( 'custom_field_require_completed' ) ?>
</td>
<td>
<input type="checkbox" name="require_completed" value="1" <?php check_checked( $t_definition['require_completed'] ) ?> />
</td>
</tr>
Now, i see that on Custopm field edit page. But when i tick it, the changes are not being saved.
Any help is much appreciated..
Thanks in Advance,
Mamatha
Post Reply