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

D3 survey filter fix #137

Open
wants to merge 2 commits into
base: Discon3
Choose a base branch
from

Conversation

lostcarpark
Copy link

Fixes to bugs in Survey Filters described in #136.

  1. On "Assign to Session", when using filter, "500: Internal Error" raised due to not being able to import surveyFilterBuild.php. This was due to the file being named surveyfilterbuild.php. Renamed file to fix.

  2. On "Invite to Session", also received 500 error. This time it was due to SQL trying to link to non-existent "S10" table. This was because it was missing a reference to a subquery, and S10 should be an alias rather than a table. Added correct variable reference to fix.

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.

1 participant