enable org selector when editing stat cats
authorJason Etheridge <jason@EquinoxOLI.org>
Fri, 28 Oct 2022 17:24:27 +0000 (13:24 -0400)
committerJason Etheridge <jason@EquinoxOLI.org>
Wed, 2 Nov 2022 05:04:53 +0000 (01:04 -0400)
Open-ILS/src/eg2/src/app/staff/admin/local/stat_cat/stat_cat.component.html

index 1c87090..7f1adee 100644 (file)
@@ -6,7 +6,6 @@
                 <ng-template ngbTabContent>
                     <eg-fm-record-editor #copyDialog idlClass="asc"
                         preloadLinkedValues="true" requiredFields="name,owner"
-                        readonlyFields="owner"
                         hiddenFieldsList="id"></eg-fm-record-editor> 
                     <div class="col-lg-2 offset-lg-5 mt-3 mb-3">
                         <div class="text-center">Focus location</div>
@@ -38,7 +37,6 @@
                 <ng-template ngbTabContent>
                     <eg-fm-record-editor #patronDialog idlClass="actsc"
                         preloadLinkedValues="true" requiredFields="name,owner"
-                        readonlyFields="owner"
                         hiddenFieldsList="id"></eg-fm-record-editor>
                     <div class="col-lg-2 offset-lg-5 mt-3 mb-3">
                         <div class="text-center">Focus location</div>