Issue Details (XML | Word | Printable)

Key: MDL-2661
Type: Bug Bug
Status: In Progress In Progress
Priority: Minor Minor
Assignee: Mike Churchward
Reporter: Roland Gesthuizen
Votes: 1
Watchers: 1
Operations

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

deleteing a resource

Created: 02/Mar/05 08:48 AM   Updated: 16/Feb/08 09:40 AM
Return to search
Component/s: Document Management
Affects Version/s: 1.4.5
Fix Version/s: None

Environment: All

Participants: Alan Trick, Martin Dougiamas, Mike Churchward and Roland Gesthuizen
Security Level: None
Affected Branches: MOODLE_14_STABLE


 Description  « Hide
When you delete a resource, you get the confirmation message Are you absolutely sure you want to completely delete Resource 'XYZ Filename' ?



This would be better worded Are you absolutely sure you want to completely delete the link to 'XYZ Filename' ? This just removes the course link to the resource, not the file from the course.



Just a suggestion.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Martin Dougiamas added a comment - 02/Mar/05 03:07 PM
From Samuli Karevaara (samuli.karevaara at lamk.fi) Wednesday, 2 March 2005, 03:07 PM:

This only holds for links to files and directories, but the Moodle generated web pages are actually deleted with this.


Alan Trick added a comment - 16/Feb/08 09:34 AM
The message seems to be the same for any module on the course page. This isn't good because when you are linking to a file in your course this is terribly misleading.

Alan Trick added a comment - 16/Feb/08 09:40 AM
Could you have it check if "{$modulename}_delete_message" is a function, and if it was use that instead? Then have a method on resource_base and its subclasses that resource_delete_message() can use to find the appropriate message.