[ 
https://jira.duraspace.org/browse/DS-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24393#comment-24393
 ] 

Keiji Suzuki commented on DS-1084:
----------------------------------

> I'm not sure what defines an authority control field. Can you please point me 
> to relevant part of documentation? 
> Just to make sure I'm doing it right, what do I have to do to put 
> dc.contributor.author under authority control?

Check the section of "Authority Control configuration" of the following page.

https://wiki.duraspace.org/display/DSPACE/Authority+Control+of+Metadata+Values

I noticed this from the source of Item.java, especially of the 
addMetadata(String, String, String, String, String[] , String[], int[])
method. 

I think that you should also notice that "IMPORTANT NOTE on Backward 
Compatibility" of the section "API Changes" of the same page.  I am liminitng 
this functionality only to required authority field by editing the 
addMetadata(String, String String , String, String[]) method as follows.

line 605: if (mam.isAuthorityControlled(fieldKey))

to 

if (mam.isAuthorityControlled(fieldKey) && mam.isAuthorityRequired(fieldKey))





                
> Handle authority and confidence fields in Bulk Editing
> ------------------------------------------------------
>
>                 Key: DS-1084
>                 URL: https://jira.duraspace.org/browse/DS-1084
>             Project: DSpace
>          Issue Type: Improvement
>          Components: DSpace API
>    Affects Versions: 1.8.0
>            Reporter: Keiji Suzuki
>            Assignee: Robin Taylor
>         Attachments: bulkedit-authority.patch, bulkedit-patches.zip, 
> MetadataImport.java, MetadataImport.java.patch
>
>
> Current bulk editing function ignores authority and confidence fields. 
> Attached patches (against to 1.8.0 sources) handle these fields.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.duraspace.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to