mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-79915 backup: Improve the Restore main page
Júlia, from the PX team, has suggested a few improvements to make it easier to understand the Restore main page: - Displaying a notification instead of the empty table when there are no files in an area. - Improve the copy, removing the help buttons and moving this information to the main page. - Replacing "Import a backup file" with "Upload a backup file". - Adding some space between the different areas. - Displaying a different text in the different "Manage backup files" buttons.
This commit is contained in:
parent
6374475dc3
commit
9e3acd9f06
10 changed files with 204 additions and 135 deletions
|
@ -32,7 +32,7 @@ Feature: Backup and restore the activity with the completion
|
|||
@javascript @_file_upload
|
||||
Scenario: Restore the legacy assignment with completion condition.
|
||||
Given I am on the "Course 1" "restore" page logged in as "admin"
|
||||
And I press "Manage backup files"
|
||||
And I press "Manage course backups"
|
||||
And I upload "completion/tests/fixtures/legacy_course_completion.mbz" file to "Files" filemanager
|
||||
And I press "Save changes"
|
||||
And I restore "legacy_course_completion.mbz" backup into a new course using this options:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue