Add: permissions #11
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: thereadme/hapi-sequelize-crud#11
Loading…
Reference in New Issue
Block a user
No description provided.
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
models
option 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 lint
andnpm 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
--fix
and nothing changed :)@mdibaiee updated.
@joeybaker: Does your editor use the
.eslintrc
inside project folder? Also do you have the latesteslint-config-pichak
package installed? The version inpackage.json
is1.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