-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Custom Mediated Deposit Workflow from options for Workflows on admin sets #448
Comments
The script has already been run on staging and production to reassign the workflow 'hyku_commons_mediated_deposit' to 'one_step_mediated_deposit'. |
Client reports that new works that are deposited into the new default workflow are not showing up on the Review Submissions tab |
From Nic
|
from Nic
|
Did some research which led me to Hyrax |
@ndroark After doing some research we dont think this ticket is related to the work we did. And while looking at the other workflow error you were reporting with the 500 errors, I did some research on what was going on with the newest version of hyrax. That led me down a long path to this issue that was just added to the newest version of hyrax: samvera/hyrax#5933. The solution for that seems like it may have broken our pagination in hyku, but that change accidentally got pulled into prod when we did the analytics upgrade. All of this is to say that the team is still working on this, but that its an isolated issue from the work we did on the workflow sprint. We may want to close this ticket and track changes on the new error ticket you made. |
This message seems to imply that there is another error ticket, and that this ticket was intended to be closed? It appears that we need a clear list of exactly what we need to accomplish, as this ticket has so many conversations that it is unclear. |
We had done work previously so that new tenants are created with just the two workflows. Some older tenants still have three (example: https://butler.hykucommons.org/admin/admin_sets/admin_set%2Fdefault/edit?locale=en#workflow). Acceptance criteria for this ticket would be removing the "Custom mediated deposit workflow for Hyku Commons" as an option for any tenants in the system. Will be prioritizing this quite low. |
This commit will hide the custom Hyku Commons workflow from the admin workflow form. This is a temporary measure to ensure that the option is not going to show up in the admin interface to reduce confusion. The long-term fix will be to create a script and delete the custom workflow from the database from each tenant, however it was warned that working with Siptiy::Workflow might be a little tricky. Ref: - #448
Summary
Currently there are two options for mediated deposit in Palni/Palci, but both function the same. This is confusing for users and they should only have one options. Remove the Custom Mediated Depot Workflow for Hyku Commons from the options and leave only the one step mediated deposit workflow and default workflow.
Acceptance Criteria
Testing Instructions
Notes
The text was updated successfully, but these errors were encountered: