Replies: 1 comment
-
Additional Note: Global Podcasts & ServersThe same read-only / access-denied pattern applies to podcasts and servers that are marked as Global (All Campuses). With the campus filtering implementation (branch
This is consistent with the template behavior described above: global resources are visible but not editable by non-admin users. Related to analytics campus filtering + podcast/server location field work on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Context
With the multi-campus location system, campus users can see global templates in the list but cannot edit them — they must clone first. Currently, clicking a global template just bounces the user back to the list with an access denied message.
Enhancement Idea
Allow campus users to open global templates in a read-only view so they can inspect the template settings before deciding to clone.
Possible approaches:
readonlyflag to the template edit view that disables all form inputs and hides Save/Apply buttonsPriority
Low — the clone-first workflow works fine since users can see template name/description in the list. This would be a UX improvement for users who want to inspect full template configuration before cloning.
Related to the multi-campus location system (PR #1103+)
Beta Was this translation helpful? Give feedback.
All reactions