LP2003973 Remove perm checks from acq copy-attrs user/tlittle/LP2003973_Permchecks_acqcopyattrs
authorTiffany Little <tlittle@georgialibraries.org>
Thu, 26 Jan 2023 18:05:03 +0000 (13:05 -0500)
committerTiffany Little <tlittle@georgialibraries.org>
Thu, 26 Jan 2023 18:05:03 +0000 (13:05 -0500)
Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.html

index 758c965..3d817a8 100644 (file)
@@ -11,7 +11,6 @@
     <eg-org-select #owningLibSelect placeholder="Owning Branch..." 
       i18n-placeholder [readOnly]="fieldIsDisabled('owning_lib')"
       [applyOrgId]="copy.owning_lib()"
-      [limitPerms]="['CREATE_PICKLIST','CREATE_PURCHASE_ORDER']"
       (onChange)="valueChange('owning_lib', $event)">
     </eg-org-select>
   </div>  
@@ -20,7 +19,7 @@
       #locationSelector [ngModel]="copy.location()" [startsWith]="true"
       [contextOrgId]="copy.owning_lib()" [loadAsync]="false"
       (valueChange)="valueChange('location', $event)"
-      permFilter="CREATE_PICKLIST" [showUnsetString]="false">
+         [showUnsetString]="false">
     </eg-item-location-select>
   </div>
   <div class="flex-1 p-1">