Hi everyone,

I'm trying to modify the delimiter string for my controlled vocabulary but I
already edited the following from my [dspace-src]/dspace/config/dspace.cfg:

choices.plugin.dc.subject = srscmod
choices.presentation.dc.subject = select
vocabulary.plugin.srscmod.hierarchy.store = true
vocabulary.plugin.srscmod.hierarchy.suggest = false
vocabulary.plugin.srscmod.delimiter = " -- "

but after rebuilding and restarting tomcat, no change was seen. The subjects
are delimited by default value "::" and the hierarchy is still present. I am
using a modified controlled vocabulary. My discovery and
DSpaceControlledVocabulary plugin are enabled. I have the following codes in
my [dspace-src]/dspace/config/input-forms.xml:

    <field>
         <dc-schema>dc</dc-schema>
         <dc-element>subject</dc-element>
         <dc-qualifier></dc-qualifier>
         
         <repeatable>true</repeatable>
         <label>Subject Keywords</label>
         <input-type>twobox</input-type>
         <hint>Enter appropriate subject keywords or phrases below. </hint>
         <required></required>
         <vocabulary>srscmod</vocabulary>
       </field>

Any insights?




-----
Librarian In-Charge of Non-Print 
Educational Media Center 
Ateneo de Manila High School 
Philippines
--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Parameters-for-vocabulary-xmlui-not-working-tp4666541.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&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