-
Improvement
-
Resolution: Fixed
-
Minor
-
3.9.5
-
-
MOODLE_39_STABLE
-
MOODLE_400_STABLE
-
Moodle App 4.0
When viewing a forum discussion there are 3 ways to create/edit data:
- Add a new reply. We display the form after the post viewing replied, in same page.
- Edit an offline reply. We display the form after the post being edited, in same page. It's a bit confusing because you see the post data twice, in the post and in the form.
- Edit an online reply. We open a modal to edit the data.
IMO the first one is ok, but I think option 2 and 3 should have the same behaviour. I think it's important to be able to view the other posts when editing a reply, so I think in both cases we should display the form in the same page, without a modal.
Also, it looks weird to see the same data twice when editing, IMO we should hide the post while editing (so the post will be replaced by a form to edit it).