<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>
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']}}
);
};
}