Tests & Quizzes: published test's availability changes to "Anyone with link" when the site title changes
GENERAL
TESTING
GENERAL
TESTING
Description
is depended on by
Activity
Show:

Sam Ottenhoff February 4, 2025 at 6:31 PMEdited
I found a large regression when working in a site without groups: SAK-50952

Andrea Schmidt January 13, 2025 at 8:23 PM
Verified on 23x: https://qa23-maria.nightly.sakaiproject.org/, build: c07139bd

Andrea Schmidt January 8, 2025 at 10:49 PM
Thanks for the test plan! Verified on 25x: https://trunk-maria.nightly.sakaiproject.org/, build: a6c69379
In each case, access was “each member of the site”, the anonymous checkbox remained unchecked, and the student had the quiz available.

Sean Horner January 7, 2025 at 5:25 PM
I’ve revised the test plan to concisely refine the range of issues impacting T&Q assessments when the site title is revised.

Automation for Jira January 6, 2025 at 7:04 PM
A pull request has been created, "SAK-49823 Samigo fix issue where site title changes", you can see it at https://github.com/sakaiproject/sakai/pull/13153
Fixed
Details
Details
Priority
Affects versions
Fix versions
23 Status
QA Verification Pass
22 Status
Please Merge
Components
Assignee

Reporter

Created March 8, 2024 at 10:30 PM
Updated February 4, 2025 at 6:53 PM
Resolved January 8, 2025 at 6:33 PM
Tests & Quizzes: pubslished test's availability changes to "Anyone with link (Anonymous Survry)" when the site title changes. Thus, the Grading & Submission options for “Anonymous Grading” and “Add to Gradebook” become locked.
What happens is that the database table SAM_PUBLISHEDACCESSCONTROL_T.releaseto column is set to the original site title, but after the site tile is changed, that column remains as the old title. Then it seems that samigo can’t find a matching title in releaseto so it changes the availability to “Anyone with link”. (I haven’t had a chance to step debug exactly where it does that comparison)