LIBCIR-451. Update Author/Contributor/Advisor hint text via I18n#35
Merged
mohideen merged 1 commit intomdsoar-mainfrom Sep 23, 2025
Merged
LIBCIR-451. Update Author/Contributor/Advisor hint text via I18n#35mohideen merged 1 commit intomdsoar-mainfrom
mohideen merged 1 commit intomdsoar-mainfrom
Conversation
The MD-SOAR Community Admins have requested changes to the "hints" for the "Author(s)", "Contributor(s)", and "Advisor(s)" fields on the submission form to make more prominent that the names should be in "Last Name, First Name" format. The requested changes include using **bold** text in the hint. In the DSpace back-end, any HTML tags added directly to the hint text in the “dspace/config/submission-forms.xml” file are displayed AS-IS in GUI, instead of being interpreted by the browser. To enable HTML tags to be included in the hints, replaced the hard-coded text in the DSpace back-end with I18n keys. Added the I18n keys and updated text to the “src/assets/i18n/en.json5” file for display on the submission form. https://umd-dit.atlassian.net/browse/LIBCIR-451 Commit: 86f9fd23b9c9bfaaac518fc4c6690f21f5458c5d [86f9fd23b9] Parents: c6f297ce34 Author: David P. Steelman <dsteelma@umd.edu> Date: September 23, 2025 at 9:25:44 AM EDT Labels: HEAD feature/LIBCIR-450 upstream/feature/LIBCIR-450
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The MD-SOAR Community Admins have requested changes to the "hints" for the "Author(s)", "Contributor(s)", and "Advisor(s)" fields on the submission form to make more prominent that the names should be in "Last Name, First Name" format. The requested changes include using bold text in the hint.
In the DSpace back-end, any HTML tags added directly to the hint text in the “dspace/config/submission-forms.xml” file are displayed AS-IS in GUI, instead of being interpreted by the browser. To enable HTML tags to be included in the hints, replaced the hard-coded text in the DSpace back-end with I18n keys.
Added the I18n keys and updated text to the “src/assets/i18n/en.json5” file for display on the submission form.
https://umd-dit.atlassian.net/browse/LIBCIR-451