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

ensuring 'workspace_id' is passed as int, during invite-processing #179

Merged
merged 1 commit into from
Nov 26, 2021

Conversation

pazzernick
Copy link
Contributor

Fixes #164

Prior to fix:

  • registration process for a new user fails, with PHP Error noted in Error when registering user on invite #164
  • it appears the 'workspace_id' returned from database model is a valid workspace number, but not an integer

After fix:

  • the 'workspace_id' is now converted to integer type, and passed to function which expects integer
  • invitation processing works, new user can now register and proceed to 'email validation' stage

@JonoB JonoB merged commit 7ee9866 into mettle:master Nov 26, 2021
@JonoB
Copy link
Contributor

JonoB commented Nov 26, 2021

Thank you for the PR!

@pazzernick pazzernick deleted the bugfix-164 branch November 30, 2021 19:52
rockbuzz-dev pushed a commit to rockbuzz-dev/sendportal that referenced this pull request Jan 29, 2022
ensuring 'workspace_id' is passed as int, during invite-processing
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.

Error when registering user on invite
2 participants