When configuring the a custom menu item and requiring a course and limiting to the admin application, the menu item shows up only when you select a course, as expected. However the COURSEID parameter in the URL is always empty. Is this a bug?
For example: https://...index.html?course={{COURSEID}}&token={{TOKEN}}
Comments (1)
Hi Benrd:
Course ID: The ID of the course associated with the currently selected enrollment, or empty string if the launch point has no enrollment context.
In the admin app, the admin has no enrollment in the course, so COURSEID is the empty string, as expected.