Authorisation Level: Workflow ExcelImport Plugin

Hello again. Here’s an error message I haven’t seen before, after newly installing the plugin described here:

image

I installed four files for the plugin like this:

cd $SOURCEDIR
git clone GitHub - intranda/goobi-plugin-workflow-excelimport: This workflow plugin allows the mass import of data from Excel files including the display of validation messages.
cd ./goobi-plugin-workflow-excelimport/goobi-plugin-workflow-excelimport
mvn package
cp ./plugin_intranda_workflow_excelimport.xml /opt/digiverso/goobi/config/
cp ./GUI/META-INF/resources/uii/plugin_workflow_excelimport.xhtml /var/lib/tomcat8/webapps/goobi/uii/
cp ./module-main/target/plugin_intranda_workflow_excelimport.jar /opt/digiverso/goobi/plugins/workflow/
cp ./module-gui/target/plugin_intranda_workflow_excelimport-GUI.jar /opt/digiverso/goobi/plugins/GUI/

I’m using an account added to all user groups and granted access to all projects. Did I find all the necessary files and put them in the correct destination folders? Has this plugin been superseded by the import plugin?

Best wishes,
Stephen

Hey,

you would have to assign the mentioned Role to the correct user group. A description how this is done can be found here in another plugins. For example:

You have to logout and login again.

Hope this helps.
Steffen

1 „Gefällt mir“

Thanks again, yes, that’s the trick. :+1: :grinning: