<field reporter:label="Owner" name="owner" reporter:datatype="org_unit"/>
<field name="heading" />
<field name="simple_heading" />
+ <field name="simple_heading_record" oils_persist:virtual="true" reporter:datatype="link"/>
<field name="fixed_fields" oils_persist:virtual="true" reporter:datatype="link"/>
<field name="notes" oils_persist:virtual="true" reporter:datatype="link"/>
<field name="bib_links" oils_persist:virtual="true" reporter:datatype="link"/>
<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="ard"/>
+ <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"/>
</links>
<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
<eg-grid #grid [dataSource]="gridSource"
- persistKey="cat.authorities.manage"
- idlClass="are">
+ persistKey="cat.authorities.manage">
<eg-grid-column path="id" label="ID" i18n-label [index]="true" [hidden]="true"></eg-grid-column>
<eg-grid-column path="create_date" label="Date created" i18n-label [hidden]="true"></eg-grid-column>
<eg-grid-column path="edit_date" label="Date last edited" i18n-label [hidden]="true"></eg-grid-column>