Ghost/core/server/models/relations
Fabien O'Carroll 23e9a02ff1
Updated Post and Author model permissible method (#9966)
refs #9865

Both the Post and the Author model implement the permissible method,
however the Post model does not abide by the signature of the
permissible method and add their own parameter "result" at the end.

This makes changes to the permissible method difficult as we have to
take into account multiple signatures.

This changes the Post model permissible method to the correct signature,
but still retains the current functionality. This will make it easier to
break up future permission related PR's so they can be reviwed easier
and faster!
2018-10-09 18:03:13 +07:00
..
authors.js Updated Post and Author model permissible method (#9966) 2018-10-09 18:03:13 +07:00
index.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00