Skip to content

Commit

Permalink
CSPACE-6983: Tie object production place to place authority.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Lee committed Jul 8, 2016
1 parent 866854a commit a0817b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tomcat-main/src/main/resources/publicart-tenant.xml
Expand Up @@ -10,7 +10,7 @@
<records>
<enum-blank>Please select a value</enum-blank>

<include src="base-collectionobject.xml"/>
<include src="base-collectionobject.xml,publicart-collectionobject.xml" merge="xmlmerge.properties"/>
<include src="base-authority.xml"/>

<include src="base-procedure-acquisition.xml"/>
Expand Down
@@ -0,0 +1,8 @@
<record id="collection-object">
<section id="objectProductionInformation">
<repeat id="objectProductionPlaceGroupList/objectProductionPlaceGroup">
<!-- Add autocomplete -->
<field id="objectProductionPlace" autocomplete="place-place,place-tgn_place"/>
</repeat>
</section>
</record>

0 comments on commit a0817b9

Please sign in to comment.