Closed jessewashburn closed 2 weeks ago
Courses/resources now have a dynamic label based on the action (Add or Edit).
Fixes #7728
In some parts of the code we find checks for pageType === 'Add New' or pageType === 'update' e,g courses-add.component.ts line 202 & 234
In some parts of the code we find checks for pageType === 'Add New' or pageType === 'update'
e,g courses-add.component.ts line 202 & 234
courses-add.component.ts
Ah, I see. This has been corrected now.
Courses/resources now have a dynamic label based on the action (Add or Edit).
Fixes #7728