mirror of
https://github.com/moodle/moodle.git
synced 2025-05-04 07:08:51 +02:00
portfolio MDL-19356 boxnet doesn't support multiple exports at the same time
This commit is contained in:
parent
2e2a707902
commit
bd39808be8
@ -247,4 +247,12 @@ class portfolio_plugin_boxnet extends portfolio_plugin_push_base {
|
||||
public static function supported_formats() {
|
||||
return array(PORTFOLIO_FORMAT_FILE); // don't support rich html, it breaks links
|
||||
}
|
||||
|
||||
/*
|
||||
* for now , boxnet doesn't support this,
|
||||
* because we can't dynamically construct return urls.
|
||||
*/
|
||||
public static function allows_multiple_exports() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user