Issue Details (XML | Word | Printable)

Key: MDL-13143
Type: Sub-task Sub-task
Status: In Progress In Progress
Priority: Minor Minor
Assignee: Jordi Piguillem Poch
Reporter: Martin Dougiamas
Votes: 0
Watchers: 3
Operations

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

delete_groups

Created: 24/Jan/08 03:26 PM   Updated: 30/Jan/09 08:25 PM
Component/s: Administration
Affects Version/s: 1.9
Fix Version/s: None

Participants: David Castro, Jordi Piguillem Poch, Martin Dougiamas and Tusefomal
Security Level: None
Resolved date: 16/Oct/08
Affected Branches: MOODLE_19_STABLE


 Description  « Hide
delete one or more groups

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Tusefomal added a comment - 17/Sep/08 01:13 AM
As I comment on add_group (http://tracker.moodle.org/browse/MDL-13142?focusedCommentId=56340#action_56340) I think delet_groups must identify a group by three params: two for the course and one for the group. As get_course, the first param will be a criteria (idnumber, id or shortname), the second one the specific identifier and the last one will be the name of the group (or an array of names). If we use just an internal group identifier, the use of the API will be harder for non-moodle developers.

David Castro added a comment - 16/Oct/08 11:30 PM
Implemented and saved on CVS.