mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-71468 assignfeedback_editpdf: Convert submissions via adhoc tasks
This commit is contained in:
parent
ca583bddaf
commit
e4784db136
12 changed files with 130 additions and 289 deletions
|
@ -243,6 +243,8 @@ defined or can't be applied.
|
|||
user_can_edit_blocks() to return false where necessary. This makes it possible to remove block editing on a page
|
||||
from ALL users, including admins, where required on pages with multi region layouts exist, such as "My courses".
|
||||
* Add an early $CFG->session_redis_acquire_lock_warn option
|
||||
* Removed $CFG->conversionattemptlimit setting from config.php. assignfeedback_editpdf\task\convert_submissions task
|
||||
is now replaced with adhoc tasks with standard fail delay approach.
|
||||
|
||||
=== 3.11.4 ===
|
||||
* A new option dontforcesvgdownload has been added to the $options parameter of the send_file() function.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue