Skip to content

Commit

Permalink
Merge pull request #163 from akintolga/1.3
Browse files Browse the repository at this point in the history
[SDESK-303] - Remove 'fetched in' from search results
  • Loading branch information
akintolga authored Nov 3, 2016
2 parents e4533c9 + 2d34c00 commit 9b34fa2
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 9b34fa2

Please sign in to comment.