MDL-70801 block_myoverview: Upgrade steps to relocate the block

This commit is contained in:
Mathew May 2021-10-21 12:12:48 +08:00
parent 6ca9c2154a
commit e110e5b330
14 changed files with 173 additions and 86 deletions

View file

@ -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,