Add: permissions #11
Reference in New Issue
Block a user
Delete Branch "add-permissions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It's now possible to limit the models rest routes are created for. This
is done via a
modelsoption that can be simple to complex. The readmehas been updated to reflect this.
Hey Joey, this is great! Thanks 👍
I wanted to add you as a collaborator before, but I wanted to ask you if that's okay with you, is it? 😀
@joeybaker oh, please also lint your code (
npm run lintandnpm run lint -- --fix) to avoid multiple styles in code.@mdibaiee I'll do the fixes today. I'd be happy to be a collaborator – as I mentioned previously, we've started to use this a lot, and have small changes like this that we need :)
Just noting: I've got the linter setup in my editor so things should all happen automatically. I ran it manually with
--fixand nothing changed :)@mdibaiee updated.
@joeybaker: Does your editor use the
.eslintrcinside project folder? Also do you have the latesteslint-config-pichakpackage installed? The version inpackage.jsonis1.1.0.@mdibaiee my editor does, but I did not! Fixing…
@mdibaiee fixed.
@mdibaiee I've found a logic hole in this API. Working on a fix. (Sorry about this).
see #14