Details
Description
We should either hide the section dates, generate new ones, or have a temporary message when sections are moved. Do via javascript.
Attachments
Issue Links
| This issue is duplicated by: | ||||
| MDL-7574 | Dates Disappear when you "turn editing on" |
|
|
|
I've committed a fix to hide the dates if we are in editing mode and if ajax is turned on. This is a temporary measure. The correct way to fix this is to have the javascript update the dates whenever sections are moved around.
However, the code to do that would be relevant only for the weekly course format. What's the best way to do this? Do we subclass the section_class javascript class and put the new code in the course/format/weeks/ directory? Any suggestions?