Surveys shared with "Anyone" do not show up #20

Closed
opened 2025-02-14 11:05:36 +00:00 by DerNamenlose · 1 comment
DerNamenlose commented 2025-02-14 11:05:36 +00:00 (Migrated from github.com)

If a user shares a survey with "Anyone", the surveys do not show up on other user's pages. This is because the WHERE clause in loadMySurveys is missing the OR IS NULL condition.

If a user shares a survey with "Anyone", the surveys do not show up on other user's pages. This is because the `WHERE` clause in `loadMySurveys` is missing the `OR IS NULL` condition.
DerNamenlose commented 2025-02-17 08:53:59 +00:00 (Migrated from github.com)

The access checks when loading the survey data (checkAccess & whenAccess) seem to still fail. Possibly related to loading the wrong data into the permissions field. Re-opening.

The access checks when loading the survey data (`checkAccess` & `whenAccess`) seem to still fail. Possibly related to loading the wrong data into the `permissions` field. Re-opening.
Sign in to join this conversation.
No description provided.