0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core
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
..
client@fa6dc3b918 Updated Ghost-Admin to 2.2.0 2018-10-02 22:57:14 +02:00
server Updated Post and Author model permissible method (#9966) 2018-10-09 18:03:13 +07:00
test Added doAuth v2 admin api test helper (#9964) 2018-10-09 10:24:41 +07:00
index.js Changed where we trigger server start/stop announcement (#9815) 2018-08-22 13:28:31 +02:00