selection_perm() returns decisions_perm(). There's no need to redefine the same permissions in order for Selection to use them. Selection is a dependency of Decisions.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | selection_perm_etc.patch | 917 bytes | ezra-g |
selection_perm() returns decisions_perm(). There's no need to redefine the same permissions in order for Selection to use them. Selection is a dependency of Decisions.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | selection_perm_etc.patch | 917 bytes | ezra-g |
Comments
Comment #1
ezra-g commentedActually, it looks like we can eliminate selection_access() and selection_form() as well.
Comment #2
ezra-g commentedAnd here's a patch that does that.
Comment #3
ezra-g commentedThis is now committed.