0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core
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
..
client Merge pull request #6694 from jaswilli/bind 2016-04-10 00:53:19 -05:00
server Return computed columns when used in "columns" 2016-04-11 09:58:07 -05:00
shared move private-blogging functionality into an internal app 2016-04-11 08:58:41 -05:00
test Return computed columns when used in "columns" 2016-04-11 09:58:07 -05:00
index.js