lp1839341 - Item Location Integration
[evergreen-equinox.git] / Open-ILS / src / eg2 / src / app / staff / admin / local / org-unit-settings / edit-org-unit-setting-dialog.component.html
index bed349f..eae497c 100644 (file)
                     <div class="input-group-text" i18n>Value</div>
                       <ng-container [ngSwitch]="entry.fmClass">
                         <ng-container *ngSwitchCase="'acpl'">
-                          <eg-combobox placeholder="Select a value" [idlClass]="entry.fmClass" idlField="name" idlIncludeLibraryInLabel="owning_lib"
-                            [asyncSupportsEmptyTermClick]="true" [displayTemplate]="fmClassLabel"
-                            (onChange)="setInputValue($event ? $event.id : null)">
-                          </eg-combobox>
+                          <eg-item-location-select [permFilter]="entry.view_perm"
+                            [contextOrgId]="entryContext" (valueChange)="setInputValue($event ? $event.id() : null)">
+                          </eg-item-location-select>
                         </ng-container>
                         <ng-container *ngSwitchDefault>
                           <eg-combobox placeholder="Select a value" [idlClass]="entry.fmClass" idlField="name"