mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-58018 core: finish dev to support open sessions without a lock
This commit is contained in:
parent
82da35fd51
commit
4400ed3e1c
12 changed files with 159 additions and 54 deletions
|
@ -41,6 +41,6 @@ $functions = array(
|
|||
'type' => 'read',
|
||||
'ajax' => true,
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
'requiresessionlock' => false,
|
||||
'readonlysession' => true,
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue