mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-72952 reportbuilder: UX behaviour improvements in audiences
- Show a toast notification when saving an audience - Add form change checker when adding a new audience to prevent user from navigating away if it is not saved - Remove expand/collapse animation in audience sidebar to be consistent with editor Co-authored-By: Paul Holden <paulh@moodle.com>
This commit is contained in:
parent
8af7bec81e
commit
5a2624c472
11 changed files with 86 additions and 57 deletions
|
@ -47,6 +47,7 @@ $string['audienceadded'] = 'Added audience \'{$a}\'';
|
|||
$string['audiencedeleted'] = 'Deleted audience \'{$a}\'';
|
||||
$string['audiencemultiselectpostfix'] = '{$a->elements} plus {$a->morecount} more';
|
||||
$string['audiencenotsaved'] = 'Audience not saved';
|
||||
$string['audiencesaved'] = 'Audience saved';
|
||||
$string['columnadded'] = 'Added column \'{$a}\'';
|
||||
$string['columnaggregated'] = 'Aggregated column \'{$a}\'';
|
||||
$string['columndeleted'] = 'Deleted column \'{$a}\'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue