History | Log In     View a printable version of the current page.  
We are currently focused especially on Moodle 2.0, Moodle 1.9.x bugs and Moodle 1.9.x testing.    Confused? Lost? Please read this introduction to the Tracker.
Issue Details (XML | Word | Printable)

Key: MDL-13143
Type: Sub-task Sub-task
Status: Reopened Reopened
Priority: Minor Minor
Assignee: David Castro
Reporter: Martin Dougiamas
Votes: 0
Watchers: 3
Operations

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: 06/Nov/08 07:28 PM
Component/s: Administration
Affects Version/s: 1.9
Fix Version/s: None

Participants: David Castro, Martin Dougiamas and Tusefomal
Security Level: None


 Description  « Hide
delete one or more groups

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Tusefomal - 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 - 16/Oct/08 11:30 PM
Implemented and saved on CVS.