Confirm source for generating course title and tag in enrolment status modal #5
Labels
No labels
accessibility
bug
Doing
duplicate
enhancement
good first issue
help wanted
invalid
Query
question
To Do
usability
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
OERF/register-enrol#5
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It appears that the enrollment status modal is generating the "
course title" string from the WordPressSite Titlefield to produce for example, the following text in the modal.This works fine on wpms, but on course.oeru.org the
Site Titlefield is usually the course code so depending on where you are sourcing the course code string from the database there will be duplication in the model text, for example on course.oeru.org the text in the modal would read:Suggested quick fix: Remove the second course code in parenthesis i.e. "(lida102)" - check that this change won't mess up the button text:
Enrol in lida102(Not sure where you are getting the course code from in the DB.This issue would apply to all scenarios where the modal pull the
Site titlefield, eg:Site titlefieldchanged title from Confirm source for generating course title and tag in enrol{-l-}ment status modal to Confirm source for generating course title and tag in enrolment status modal
changed the description
I've removed the course code listing (in the ()) as you suggest. It was mostly there to ensure the user was clear for which course they were enrolled (or not)...
closed