Hi All
I am trying  to implement or use  multiple controlled vocabulary on dsapce 
4.2/xmlui version

Steps so far:


1.        In [dspace]/config/dspace.cfg,

Uncommented
plugin.selfnamed.org.dspace.content.authority.ChoiceAuthority = \
org.dspace.content.authority.DCInputAuthority, \
org.dspace.content.authority.DSpaceControlledVocabulary


choices.plugin.dc.subject.ilri = ilrisub
choices.presentation.dc.subject.ilri = select
vocabulary.plugin.ilrisub.hierarchy.store = true
vocabulary.plugin.ilrisub.hierarchy.suggest = true
#vocabulary.plugin.ilrisub.delimiter = "::"


choices.plugin.dc.subject = scsr
choices.presentation.dc.subject = select
vocabulary.plugin.srsc.hierarchy.store = true
vocabulary.plugin.srsc.hierarchy.suggest = true

2.       Created my own controlled vocabulary in 
[dspace]/config/controlled-vocabularies/abcd.xml

3.       Modified [dspace]/config/input-forms.xml to specify local controlled 
vocabulary for dc. Subject.ilri

<field>
        <dc-schema>dc</dc-schema>
        <dc-element>subject</dc-element>
        <dc-qualifier></dc-qualifier>
        <repeatable>true</repeatable>
        <label>Thesaurus</label>
        <input-type>twobox</input-type>
        <hint> </hint>
        <required></required>
        <vocabulary>scsr</vocabulary>
</field>



        <field>
        <dc-schema>dc</dc-schema>
        <dc-element>subject</dc-element>
        <dc-qualifier>ilri</dc-qualifier>
        <repeatable>true</repeatable>
        <label>ILRI subject</label>
        <input-type>twobox</input-type>
        <hint> </hint>
        <required></required>
        <vocabulary>abcd</vocabulary>
</field>




4.         Rebuild dspace works fine and  when I try submit a an item only the 
second vocabulary(abcd) was activated while the default contrlooedl
         Vocabulary seem dead.


Is there something Wrong from my side. Iam happy if someone give me a hint.

Thanks,

Sisay
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to