Moodle

delete_groups

Details

  • Type: Task Task
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 2.0
  • Fix Version/s: 2.0
  • Component/s: Web Services
  • Labels:
    None
  • Affected Branches:
    MOODLE_20_STABLE
  • Fixed Branches:
    MOODLE_20_STABLE

Description

delete one or more groups

Issue Links

Activity

Hide
Tusefomal added a comment -

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.

Show
Tusefomal added a comment - 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.
Hide
David Castro added a comment -

Implemented and saved on CVS.

Show
David Castro added a comment - Implemented and saved on CVS.

People

Vote (0)
Watch (3)

Dates

  • Created:
    Updated:
    Resolved: