Skip to content

Commit

Permalink
Fixes #0011156: Restore the advanced flag in CustomFieldDefinitionData
Browse files Browse the repository at this point in the history
This change was done entirely for backwards compatibility reasons and
will not be ported to the master branch.
  • Loading branch information
rombert committed Nov 24, 2009
1 parent b871114 commit d91387b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/soap/mantisconnect.php
Expand Up @@ -457,6 +457,7 @@
'access_level_rw' => array( 'name' => 'access_level_rw', 'type' => 'xsd:integer', 'minOccurs' => '0'),
'length_min' => array( 'name' => 'length_min', 'type' => 'xsd:integer', 'minOccurs' => '0'),
'length_max' => array( 'name' => 'length_max', 'type' => 'xsd:integer', 'minOccurs' => '0'),
'advanced' => array( 'name' => 'advanced', 'type' => 'xsd:boolean', 'minOccurs' => '0'),
'display_report' => array( 'name' => 'display_report', 'type' => 'xsd:boolean', 'minOccurs' => '0'),
'display_update' => array( 'name' => 'display_update', 'type' => 'xsd:boolean', 'minOccurs' => '0'),
'display_resolved' => array( 'name' => 'display_resolved','type' => 'xsd:boolean', 'minOccurs' => '0'),
Expand Down

0 comments on commit d91387b

Please sign in to comment.