Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error caused by loading assets in completion pages #533

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from

Conversation

aydevworks
Copy link

This PR will fix the following warning at the course default completion page.
e.g. https://moodlesite/course/defaultcompletion.php?id=1

data_preprocessing function of module hvp should be fixed so it can be shown together with other Default activity completion forms
line 138 of /completion/classes/defaultedit_form.php: call to debugging()
line 217 of /lib/formslib.php: call to core_completion_defaultedit_form->definition()
line 45 of /completion/classes/defaultedit_form.php: call to moodleform->__construct()
line 89 of /course/classes/output/bulk_activity_completion_renderer.php: call to core_completion_defaultedit_form->__construct()
line 97 of /course/defaultcompletion.php: call to core_course_bulk_activity_completion_renderer->defaultcompletion()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant