Details
Description
The category headers in the grader report have eye-cons and padlocks, but they have no corresponding elements in the edit forms. It is rather puzzling.
I came across this when I decided to try setting a hiddenuntil date for the entire course. The only logical place to do this is in the category edit form. No such luck ![]()
Issue Links
| This issue will be resolved by: | ||||
| MDL-18083 | META: Gradebook improvements - Stage 1 |
|
|
|
The icons and forms do a bit different hiding and locking internally. The category itself does not have own lock or hiding flag - only the grade item does and this is the problem. The UI icons on grader report do not display actual state of category, they change the state of all children (course item, items + grades).
Maybe we could use another set of icons there, we might display show/hide all the time there...