|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. Consolidate legacy IT systems to a single system of record for IT 2. Standardize and globalize service processes across IT 3. Implement zero-touch automation to replace manual, redundant tasks http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________ Dspace-devel mailing list Dspace-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspace-devel
I am once again unsure how to achieve this is a nice way. I had a look at using SubmissionConfig but its normally retrieved as a private member of SubmissionInfo. I could instantiate a new SubmissionConfig object just for my use but if I don't make some code changes then I would be reading item-submission.xml every time I generated edit-item-form.jsp. I am also a wee bit uncomfortable about reusing config that is really just meant for the submission process. So I sort of think I have two choices, either add in a new config parameter to allow the 'Add CC Licence' button to be turned on or off, or just have it always visible for administrators. Any thoughts?
Cheers.