No Jira issue. Modified the position custom form so that the Organization type select list now includes an Other option.
This commit is contained in:
parent
731642491c
commit
2b0356ef39
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ public class PersonHasPositionHistoryGenerator extends VivoBaseGenerator impleme
|
|||
conf.addField( new FieldVTwo().
|
||||
setName("orgType").
|
||||
setOptions(
|
||||
new ChildVClassesOptions(orgClass)));
|
||||
new ChildVClassesWithParent(orgClass)));
|
||||
|
||||
conf.addField( new FieldVTwo().setName("startField").
|
||||
setEditElement(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue