0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/models/base
Jason Williams b69477e838 Return computed columns when used in "columns"
Closes #6625
- Adds a failing test for not returning computed columns as well
  as for the bookshelf bug where extra columns passed into a fetch
  will result in the model having an extra "quoted" column.
- Filter model attributes for passing into "fetch" but used the
  entire list of columns for `toJSON`.
2016-04-11 09:58:07 -05:00
..
index.js Return computed columns when used in "columns" 2016-04-11 09:58:07 -05:00
token.js Refactor authentication API into pipeline format 2016-03-07 11:53:54 -06:00
utils.js Filter plugin with enforce/default logic 2015-11-17 10:39:44 +00:00