ucla-oarc-mobile / casa-on-rails

CASA on Rails is UCLA's Rails implementation of the CASA specification.
https://apps.ucla.edu
Other
11 stars 8 forks source link

Permanent fix: Make the app's categories list data driven by site settings' categories #222

Closed ctrance closed 3 years ago

ctrance commented 3 years ago

@krozett The categories listed in the Admin > Site Settings should drive what is listed in the new/edit app's categories list. image

krozett commented 3 years ago

It turns out this can be done. It is already data-driven. Go to Admin > Categories, and you can edit the category name. Then edit the "Categories on Homepage" text field to match the category you just updated.

ctrance commented 3 years ago

Confirming that this feature already exists in staging. Basically the Admin > Categories, is where the actual category name is being managed while Admin > Site Settings > Categories manages the order on the home page. Closing this.