Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 139... Línea 139...
139
        'description'   => 'Retrieves the last completion record for the current user.',
139
        'description'   => 'Retrieves the last completion record for the current user.',
140
        'type'          => 'read',
140
        'type'          => 'read',
141
        'capabilities'  => 'mod/feedback:view',
141
        'capabilities'  => 'mod/feedback:view',
142
        'services'      => array(MOODLE_OFFICIAL_MOBILE_SERVICE)
142
        'services'      => array(MOODLE_OFFICIAL_MOBILE_SERVICE)
143
    ),
143
    ),
-
 
144
    'mod_feedback_questions_reorder' => [
-
 
145
        'classname'     => 'mod_feedback\external\questions\reorder',
-
 
146
        'description'   => 'Saves the new order of the questions in the feedback.',
-
 
147
        'type'          => 'write',
-
 
148
        'ajax'          => true,
-
 
149
        'capabilities'  => 'mod/feedback:edititems',
-
 
150
    ],
144
);
151
);