The REMOTE_PULL_FAILURE email template in lib/ontologies_linked_data/utils/notifications.rb contains instructions that no longer match the current UI.
The affected message begins:
Please verify the URL you provided for daily loading of your ontology:
It then directs users to click “Edit submission information” and find the URL text area in the Location row. Those controls and labels no longer reflect the current workflow, making it difficult for ontology administrators to correct the URL after a remote pull failure.
The instructions should be updated to match the current process for editing an ontology submission’s source URL.
Acceptance criteria:
- The instructions accurately describe the current UI workflow.
- Button, link, and field names match the labels shown in the UI.
- The wording remains suitable for all OntoPortal deployments by using the existing template variables.
- The notification test verifies the updated guidance.
The
REMOTE_PULL_FAILUREemail template inlib/ontologies_linked_data/utils/notifications.rbcontains instructions that no longer match the current UI.The affected message begins:
It then directs users to click “Edit submission information” and find the URL text area in the Location row. Those controls and labels no longer reflect the current workflow, making it difficult for ontology administrators to correct the URL after a remote pull failure.
The instructions should be updated to match the current process for editing an ontology submission’s source URL.
Acceptance criteria: