-
Bug
-
Resolution: Fixed
-
Minor
-
3.11.6, 4.0
-
MOODLE_311_STABLE, MOODLE_400_STABLE
-
MOODLE_311_STABLE
-
MDL-74424-master -
-
1
-
QA time 2
When importing files from the Google Drive repository, the configured default import formats are not respected.
Steps to replicate:
- Log in as an admin and set up and configure the OAuth 2 Google service, as described in the documentation OAuth2 Services and OAuth 2 Google service.
- Enable the Google Drive repository.
- Set 'Default document import format' to 'txt' and save the changes.
- Go to your Private files area.
- Open the file picker and select the Google Drive repository.
- Select a Google doc file from your repository.
- expected: The file is saved in the 'Private files' area as '.txt'
- actual: The file is saved in the 'Private files' area as '.applescript'
- Discovered while testing
-
MDLQA-16552 CLONE - An admin can specify the default formats for Google Drive files
- Passed