Skip to content

Commit 185f6a7

Browse files
authored
Merge pull request majlis-erc#743 from majlis-erc/issue722
Update relations config to use new bibl lookup. majlis-erc#722
2 parents f3dc787 + 610a85b commit 185f6a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

forms/formGenerator/config-relations.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<lookup api="/exist/apps/majlis/api/search/title?format=xml&amp;q=" formURL="forms/mssTEI/lookup/title.xhtml" xpath="not(parent::*:bibl)" elementName="title" formName="title" lookupLabel="Look up title"/> -->
4545
<lookup api="/exist/apps/majlis/api/search/title?format=xml&amp;q=" formURL="forms/mssTEI/lookup/title.xhtml" elementName="title" formName="title" lookupLabel="Look up title"/>
4646
<popup formName="worksTEI" elementName="title" label="New work"/>
47-
<lookup api="/exist/apps/majlis/api/search/citation?format=xml&amp;q=" formURL="forms/mssTEI/lookup/bibl.xhtml" elementName="bibl" formName="bibl" lookupLabel="Look up bibliographic record"/>
47+
<lookup api="/exist/apps/majlis/api/search/simpleCite?format=xml&amp;q=" formURL="forms/mssTEI/lookup/bibl.xhtml" elementName="bibl" formName="bibl" lookupLabel="Look up bibliographic record"/>
4848
</lookups>
4949
<projectSpecificData>
5050
<xmlPath name="Project Picker" src="/forms/templates/editionStmtProjectOptions.xml" element="editionStmt"/>
@@ -94,7 +94,7 @@
9494
formName="placeName"
9595
lookupLabel="Look up place record."/>
9696
<lookup
97-
api="/exist/apps/majlis/api/search/citation?format=xml&amp;q="
97+
api="/exist/apps/majlis/api/search/simpleCite?format=xml&amp;q="
9898
formURL="forms/relationTEI/lookup/bibl.xhtml"
9999
elementName="bibl"
100100
formName="bibl"

0 commit comments

Comments
 (0)