mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Merge branch 'MDL-43319-master' of git://github.com/danpoltawski/moodle
This commit is contained in:
commit
cbc394fabf
@ -496,7 +496,7 @@ M.core_filepicker.loadedpreviews = M.core_filepicker.loadedpreviews || {};
|
||||
/**
|
||||
* Set selected file info
|
||||
*
|
||||
* @parma object file info
|
||||
* @param object file info
|
||||
*/
|
||||
M.core_filepicker.select_file = function(file) {
|
||||
M.core_filepicker.active_filepicker.select_file(file);
|
||||
|
@ -206,7 +206,7 @@ class behat_filepicker extends behat_files {
|
||||
* @When /^I add "(?P<filepath_string>(?:[^"]|\\")*)" file from "(?P<repository_string>(?:[^"]|\\")*)" to "(?P<filemanagerelement_string>(?:[^"]|\\")*)" filemanager$/
|
||||
* @throws ExpectationException Thrown by behat_base::find
|
||||
* @param string $filepath
|
||||
* @parma string $repository
|
||||
* @param string $repository
|
||||
* @param string $filemanagerelement
|
||||
*/
|
||||
public function i_add_file_from_repository_to_filemanager($filepath, $repository, $filemanagerelement) {
|
||||
@ -219,7 +219,7 @@ class behat_filepicker extends behat_files {
|
||||
* @When /^I add and overwrite "(?P<filepath_string>(?:[^"]|\\")*)" file from "(?P<repository_string>(?:[^"]|\\")*)" to "(?P<filemanagerelement_string>(?:[^"]|\\")*)" filemanager$/
|
||||
* @throws ExpectationException Thrown by behat_base::find
|
||||
* @param string $filepath
|
||||
* @parma string $repository
|
||||
* @param string $repository
|
||||
* @param string $filemanagerelement
|
||||
*/
|
||||
public function i_add_and_overwrite_file_from_repository_to_filemanager($filepath, $repository, $filemanagerelement) {
|
||||
@ -233,7 +233,7 @@ class behat_filepicker extends behat_files {
|
||||
* @When /^I add "(?P<filepath_string>(?:[^"]|\\")*)" file from "(?P<repository_string>(?:[^"]|\\")*)" to "(?P<filemanager_field_string>(?:[^"]|\\")*)" filemanager as:$/
|
||||
* @throws ExpectationException Thrown by behat_base::find
|
||||
* @param string $filepath
|
||||
* @parma string $repository
|
||||
* @param string $repository
|
||||
* @param string $filemanagerelement
|
||||
* @param TableNode $data Data to fill the form in Select file dialogue
|
||||
*/
|
||||
@ -247,7 +247,7 @@ class behat_filepicker extends behat_files {
|
||||
* @When /^I add and overwrite "(?P<filepath_string>(?:[^"]|\\")*)" file from "(?P<repository_string>(?:[^"]|\\")*)" to "(?P<filemanager_field_string>(?:[^"]|\\")*)" filemanager as:$/
|
||||
* @throws ExpectationException Thrown by behat_base::find
|
||||
* @param string $filepath
|
||||
* @parma string $repository
|
||||
* @param string $repository
|
||||
* @param string $filemanagerelement
|
||||
* @param TableNode $data Data to fill the form in Select file dialogue
|
||||
*/
|
||||
@ -261,7 +261,7 @@ class behat_filepicker extends behat_files {
|
||||
*
|
||||
* @throws ExpectationException Thrown by behat_base::find
|
||||
* @param string $filepath
|
||||
* @parma string $repository
|
||||
* @param string $repository
|
||||
* @param string $filemanagerelement
|
||||
* @param TableNode $data Data to fill the form in Select file dialogue
|
||||
* @param false|string $overwriteaction false if we don't expect that file with the same name already exists,
|
||||
|
Loading…
x
Reference in New Issue
Block a user