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

Support UUIDs as tenant ids #73

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

anka
Copy link
Contributor

@anka anka commented Jun 13, 2017

When using UUIDs as your ActiveRecord model ids the current implementation was not able to handle them. Especially some code required an Integer as tenant id. These restriction were remove and replaced by the method Milia::Support. valid_tenant_id?. Also the method where_restrict_tenant was updated to handle strings within the generated where clause.

@dsaronin
Copy link
Contributor

dsaronin commented Jun 13, 2017 via email

@anka
Copy link
Contributor Author

anka commented Jun 14, 2017

I think you are referencing my commit message Remove unnecessary debug output. I am sorry for that if it is misleading, but actually I did only remove some debug output of my own code I used to test the feature. All other log output remains as it was.

@dasibre
Copy link

dasibre commented Mar 2, 2018

Anyway I can be of assistance in getting this pull request merged and up and running?

@anka
Copy link
Contributor Author

anka commented Mar 2, 2018

I would appreciate it if @jekuno would merge this pull request too.

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.

None yet

3 participants