You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One version of this is adding the update_configuration button to books owned by an instructor in the admin interface
lti/app/models/ability.rb 103 - add update_configuration
make sure admin view adds update_configuration button that works to instructor accounts
A better solution is to add a button in the course configuration page (where you get dumped after creating a course offering) that takes you to a form to upload a new config file. This button (and the others) need good documentation and instructions for instructors.
The text was updated successfully, but these errors were encountered:
Sorry to butt in, but there is already an "update configuration" link in the admin interface when showing the list of book instances, so I think this capability is already there in the admin interface (even though it is a link instead of a button). But instructors without admin access cannot use it, and it is missing from the course configuration page if you want to add it there.
Yes, exactly! We just want to either: allow that button in the admin interface to instructors, or better put the functionality behind that link in a better place (next to the other buttons its use requires) so you don't have to jump back and forth to complete the workflow.
One version of this is adding the update_configuration button to books owned by an instructor in the admin interface
lti/app/models/ability.rb 103 - add update_configuration
make sure admin view adds update_configuration button that works to instructor accounts
A better solution is to add a button in the course configuration page (where you get dumped after creating a course offering) that takes you to a form to upload a new config file. This button (and the others) need good documentation and instructions for instructors.
The text was updated successfully, but these errors were encountered: