Skip to content

Commit

Permalink
[SD-303] - Removing the fetchedDesk field from the list
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolga Akin committed Nov 3, 2016
1 parent e4533c9 commit 2d34c00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "superdesk",
"license": "GPL-3.0",
"dependencies": {
"superdesk-core": "superdesk/superdesk-client-core#87a25313",
"superdesk-core": "superdesk/superdesk-client-core#301b3f87",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
Expand Down
3 changes: 2 additions & 1 deletion client/superdesk.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ module.exports = function() {
'updated',
'category',
'provider',
'expiry'
'expiry',
'desk'
]
},

Expand Down

0 comments on commit 2d34c00

Please sign in to comment.