Re: [dspace-tech] Adding Form Fields - database update

2016-09-30 Thread Terry Brady
The field that you wish to add should be added to the Metadata Field Registry. You can add your field through the GUI for a runtime instance (Administrative->Registries->Metadata). If you are building it in a test system, you can add the entry via a config file. https://github.com/DSpace/DSpace/b

[dspace-tech] Adding Form Fields - database update

2016-09-30 Thread Donald Bynum
I want to add a new form field to the first submission page. I know how to add the metadata in the input-forms.xml code file. I am using the xmlui with Oracle as the database. How do I ensure that my new field is added to the database table which controls the form field metadata and also ensu