Surveys shared with "Anyone" do not show up #20
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
testing
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: namenlos/three60#20
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 inloadMySurveys
is missing theOR IS NULL
condition.The access checks when loading the survey data (
checkAccess
&whenAccess
) seem to still fail. Possibly related to loading the wrong data into thepermissions
field. Re-opening.