-
Notifications
You must be signed in to change notification settings - Fork 39
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
resources: smoother edit title (fixes #7728) #7731
resources: smoother edit title (fixes #7728) #7731
Conversation
dynamic resources add/edit
dynamic resources add/edit
dynamic courses add/edit
Dynamic courses add/edit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
Made pagetype references more consistent
Made pagetype references more consistent
Ah, I see. This has been corrected now. |
Courses/resources now have a dynamic label based on the action (Add or Edit).
Fixes #7728