show links to sets even when you are not assigned to those sets - #3097
show links to sets even when you are not assigned to those sets#3097Alex-Jordan wants to merge 1 commit into
Conversation
|
I think that a little more granularity is needed for which links specifically are shown. If an instructor is not assigned to the set, then I agree with showing the sub links for Either that or this should be taken further. Currently as noted above if the instructor is not assigned to a set, you get the error alert that the set is not valid. That should perhaps still be shown, but lets assume that the set is assigned to students. If the student navigation were still shown when the instructor goes to this page, then this page still is useful. Although, that would take some work to implement since it would probably involve needing to make changes to the |
|
I pushed changes so that the link is not shown under Assignments (if you are not actually assigned to the set). |
|
In SetDetails, I removed myself from the set, but a student has been assign it. I'm seeing: at the bottom and this seems to make sense if on line 224, |
|
Good catch. I caught something similar at a different place, but overlooked this one. Can you try it now? I changed the value of that key-value pair to be |
|
I am also getting a warning on the page to assign a set to a checkbox list of users: |
|
Dang, I thought I thoroughly reviewed for this after Peter's finding. But this is another one of the same thing. I will fix it soon and push. |
|
OK, that instance is addressed now in the same way as the previous one. |
Suppose you are an instructor and there is a set that is not assigned to you. If you go to the Sets Manager, and go to the Set Details page for that set, you won't see links to that set in the side navigation (under Sets Manager, Statistics, and Student Progress). This changes it so that you do. For example, it facilitates going to the Statistics page for that set even though it's not assigned to you as a user.