Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 60... Línea 60...
60
    }
60
    }
Línea 61... Línea 61...
61
 
61
 
62
    /**
62
    /**
63
     * Ensure current user is able to use this form
63
     * Ensure current user is able to use this form
64
     *
64
     *
65
     * A {@see \core_reportbuilder\report_access_exception} will be thrown if they can't
65
     * A {@see \core_reportbuilder\exception\report_access_exception} will be thrown if they can't
66
     */
66
     */
67
    protected function check_access_for_dynamic_submission(): void {
67
    protected function check_access_for_dynamic_submission(): void {
68
        $persistent = $this->get_report()->get_report_persistent();
68
        $persistent = $this->get_report()->get_report_persistent();
69
        permission::require_can_edit_report($persistent);
69
        permission::require_can_edit_report($persistent);