pronique / multitenant

MultiTenant CakePHP Plugin - Use this plugin to easily build SaaS enabled web applications
Other
36 stars 16 forks source link

Update global records in Mixed Scope #4

Closed pperejon closed 9 years ago

pperejon commented 9 years ago

Hello! First of all, thanks for this plugin. I love it.

I can insert new records. I'm connected with tenant id 1, so the records I create are to be seen in the global scope. The problem is that then I can't remove or update those records that belong to my tenant, because they are in the global_scope.

I', going to submit a pull request right now with the fix, so you can merge it if it's convenient.

Regards, Pedro,