Ryan Quinn
Ryan Quinn
I found calling `scrollToRow` twice, once as normal and once in a setTimeout 100ms later was effective. calling `measureAllRows` or any of the other list/grid methods did nothing to solve...
Any idea about when this will be merged? Are you still supporting this library?
I think an option where you can pass in a config might be a better solution. So you can specify in config/permissions.js that you want registered to have no permissions...
Could you give an example of what you are trying to do? From what you say, I assume it is something like , in a query like this: `Store.find(3).populate('widgets')` -...
I've never had any success with the public role. @tjwebb do you have any idea about how the public role is supposed to work, considering the sessionAuth will reject anyone...
In the current state of sails-permissions, the only way to solve this problem is to have a role for each group, and assign users to the appropriate role. We are...
Depending on which version of sails-permissions you are using, owner is not always set on the models. createdBy should be more consistent. Do you have any more information about which...
On previous versions, owner was only created if it was set manually, but that was changed in a recent pull request: https://github.com/tjwebb/sails-permissions/pull/118 Looks like the first version it was included...
Theoretically, the owner of an object does not necessarily have to be the entity that created it.
@dottodot is this still an open issue?