another
authorJane Sandberg <sandbej@linnbenton.edu>
Sun, 11 Aug 2019 01:39:32 +0000 (18:39 -0700)
committerJane Sandberg <sandbej@linnbenton.edu>
Sun, 11 Aug 2019 01:39:32 +0000 (18:39 -0700)
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/eg2/src/app/staff/cat/authorities/manage.component.ts

index d2f4473..e6cc283 100644 (file)
@@ -2725,9 +2725,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
                        <link field="creator" reltype="has_a" key="id" map="" class="au"/>
                        <link field="notes" reltype="has_many" key="record" map="" class="arn"/>
                        <link field="bib_links" reltype="has_many" key="authority" map="" class="abl"/>
-                       <link field="fixed_fields" reltype="might_have" key="record" map="" class="ash"/>
-                       <link field="simple_heading_record" reltype="might_have" key="record" map="" class="ard"/>
-                       <link field="source" reltype="has_a" key="id" map="" class="cbs"/>
+                       <link field="fixed_fields" reltype="might_have" key="record" map="" class="ard"/>
+                       <link field="simple_heading_record" reltype="might_have" key="record" map="" class="ash"/>
                </links>
                <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
                        <actions>
index ccfeade..443b78d 100644 (file)
@@ -19,7 +19,7 @@ export class ManageAuthoritiesComponent {
             return this.pcrud.search('are',
                 {deleted: 'false'},
                 {flesh: 1,
-                flesh_fields: {are: ['creator', 'editor', 'owner', 'simple_heading_record', 'source']}}
+                flesh_fields: {are: ['creator', 'editor', 'owner', 'simple_heading_record']}}
             );
         };
     }