mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-70801 block_myoverview: Upgrade steps to relocate the block
This commit is contained in:
parent
6ca9c2154a
commit
e110e5b330
14 changed files with 173 additions and 86 deletions
|
@ -101,7 +101,7 @@ function block_myoverview_user_preferences() {
|
|||
|
||||
$preferences['block_myoverview_user_sort_preference'] = array(
|
||||
'null' => NULL_NOT_ALLOWED,
|
||||
'default' => BLOCK_MYOVERVIEW_SORTING_TITLE,
|
||||
'default' => BLOCK_MYOVERVIEW_SORTING_LASTACCESSED,
|
||||
'type' => PARAM_ALPHA,
|
||||
'choices' => array(
|
||||
BLOCK_MYOVERVIEW_SORTING_TITLE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue