edit_facility_26115 #3
|
@ -513,6 +513,7 @@ public class UpdateDatasetForm extends Composite {
|
||||||
for (OrganizationBean organization : organizations) {
|
for (OrganizationBean organization : organizations) {
|
||||||
organizationsListbox.addItem(organization.getTitle());
|
organizationsListbox.addItem(organization.getTitle());
|
||||||
nameTitleOrganizationMap.put(organization.getTitle(), organization.getName());
|
nameTitleOrganizationMap.put(organization.getTitle(), organization.getName());
|
||||||
|
break; //expecting only one
|
||||||
}
|
}
|
||||||
|
|
||||||
// force the selection of the first one, and retrieve the list of profiles
|
// force the selection of the first one, and retrieve the list of profiles
|
||||||
|
|
Loading…
Reference in New Issue