Issue Details (XML | Word | Printable)

Key: MDL-2815
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Vy-Shane Sin Fat
Reporter: David Delgado
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Lost posts in Forums

Created: 30/Mar/05 08:59 PM   Updated: 27/Sep/06 12:14 PM
Return to search
Component/s: Forum
Affects Version/s: 1.4.4
Fix Version/s: 1.6.2

Environment: All

Database: Any
Participants: David Delgado and Vy-Shane Sin Fat
Security Level: None
Resolved date: 27/Sep/06
Affected Branches: MOODLE_14_STABLE
Fixed Branches: MOODLE_16_STABLE


 Description  « Hide
There is a case in wich posts are lost in any forum:



1) Start a new discussion whith a first post, let's call it (1)

2) Make a second post (2), replying the first one.

3) Start a reply to (2), say (3), and while you are writing it... (not yet sent)

4) Delete (2). No problems since it does not have any children yet.

5) Send (3). Its parent will be (2), since it is not checked.

6) Result: (3) is lost and it does not appear when viewing the whole discussion, since his parent (2) has been deleted. Anyway it appears in the Recent activity, in the right column. Any responses to that post will be lost as well. We have lost many forum posts this way. :-(



I think the best way to avoid this problem is not allowing to delete a post when anyone IS writing a reply to it, as it is done when anyone HAS posted one. It can be fixed also just checking the parent of any post when it is sent, but the problem there is that you would loose whatever you have written in that post (bad thing).



Could this be fixed? Thanks in advance.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Vy-Shane Sin Fat added a comment - 27/Sep/06 12:14 PM
This seems to have been fixed in the 1.6 branch.