Skip to content

Commit 957fc8e

Browse files
authored
Merge pull request majlis-erc#785 from majlis-erc/784-fix-idno-lookup-in-incodicated-document
redefined idno for manuscripts
2 parents b987904 + 3e24d54 commit 957fc8e

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

src/main/formGenerator/config-mss.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@
270270
<globalSchema src="schemas/mss-codicological-definition.xml"/>
271271
<xmlTemplate src="templates/full-mss-template.xml"/>
272272
<lookup
273-
api="/exist/apps/majlis/api/search/titleBibl?format=xml&amp;collection=manuscripts&amp;wrapElement=idno&amp;q="
273+
api="/exist/apps/majlis/api/search/titleBibl?format=xml&amp;collection=manuscripts&amp;wrapElement=idno&amp;q="
274274
formURL="forms/msSimple/lookup/titleBibl.xhtml"
275-
elementName="bibl"
276-
formName="titleBibl"
275+
elementName="idno"
276+
formName="idno"
277277
lookupLabel="Look up manuscript record."/>
278278
<formDesc>Give a basic codicological definition of the book and specify the type and form. Indicate joins to other shelfmarks.</formDesc>
279279
<elementGroups>
@@ -526,6 +526,12 @@
526526
elementName="bibl"
527527
formName="bibl"
528528
lookupLabel="Look up bibliographic record."/>
529+
<lookup
530+
api="/exist/apps/majlis/api/search/titleBibl?format=xml&amp;collection=manuscripts&amp;wrapElement=idno&amp;q="
531+
formURL="forms/msSimple/lookup/titleBibl.xhtml"
532+
elementName="idno"
533+
formName="idno"
534+
lookupLabel="Look up manuscript record."/>
529535
<lookup
530536
api="/exist/apps/majlis/api/search/persName?format=xml&amp;collection=persons&amp;q="
531537
formURL="forms/msSimple/lookup/persName.xhtml"

0 commit comments

Comments
 (0)