I have a problem with choice presentation of type "select" in 
the dc.subject metadata.

My settings in dspace.cfg is:
   choices.plugin.dc.subject = srsc
   choices.presentation.dc.subject = select
   choices.closed.dc.subject = true
   vocabulary.plugin.srsc.hierarchy.store = true
   vocabulary.plugin.srsc.hierarchy.suggest = true
   vocabulary.plugin.srsc.delimiter = "::"
   authority.minconfidence.dc.subject = accepted
   authority.controlled.dc.subject = true

And my setting in input-forms.xml to dc.subject is:
       <field>
         <dc-schema>dc</dc-schema>
         <dc-element>subject</dc-element>
         <dc-qualifier></dc-qualifier>
         <!-- An input-type of twobox MUST be marked as repeatable -->
         <repeatable>true</repeatable>
         <label>Subject Keywords</label>
         <input-type>twobox</input-type>
         <hint> Enter appropriate subject keywords or phrases below - JOJO. 
</hint>
         <required></required>
         <vocabulary>srsc</vocabulary>
       </field>

Then, I get this problem in any browser:
org.dspace.app.xmlui.wing.WingException: Field dc_subject has choice 
presentation of type "select", it may NOT be authority-controlled.

Do not understand why, because it works well with "lookup" and "suggest".

Thanks,
Jose

PD: Too, I want to tell you that when "authority.controlled.dc.subject = 
false", "select" it works. Of course, this should not be.
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to