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

Course restore with mod_attendance prior to 2023020106 fails with newer version installed #688

Closed
mikehenry1979-bah opened this issue Jun 28, 2023 · 1 comment

Comments

@mikehenry1979-bah
Copy link

When restoring a course with an Attendance activity from a system with mod_attendance < 2023020106 to a system with that version or newer, the restore fails because a null value is supplied for allowupdatestatus. Suggest leaving the default 0 on this column but making it nullable. Will post a PR -- took a quick look at the code impacts and ended up just adding a COALESCE statement using the column default (0) to the SELECT statements.

mikehenry1979-bah pushed a commit to mikehenry1979-bah/moodle-mod_attendance that referenced this issue Jun 28, 2023
@mikehenry1979-bah
Copy link
Author

#689

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

No branches or pull requests

1 participant