open-learning-exchange / planet

🌍 Planet Learning - Angular application
https://hub.docker.com/r/treehouses/planet
GNU Affero General Public License v3.0
62 stars 39 forks source link

resources: smoother edit title (fixes #7728) #7731

Closed jessewashburn closed 2 weeks ago

jessewashburn commented 3 weeks ago

Courses/resources now have a dynamic label based on the action (Add or Edit).

Fixes #7728

image

image

image

image

jessewashburn commented 2 weeks ago

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

Ah, I see. This has been corrected now.