Hi All
I am trying  to implement a local controlled vocabulary for our own subjects on 
dsapce 4.2

Steps so far:


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

set webui.controlledvocabulary.enable = true
choices.plugin.dc.subject = abcd
choices.presentation.dc.subject = select
vocabulary.plugin.abcd.hierarchy.store = true
vocabulary.plugin.abcd.hierarchy.suggest = false
vocabulary.plugin.abcd.delimiter = " -- "



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


        <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>abcd</vocabulary>
</field>


4.         Rebuild dspace-> no change


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
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to