Skip to content

Commit

Permalink
Set cores to Superdesk v1.30 (#108)
Browse files Browse the repository at this point in the history
* Set cores to Superdesk v1.30
  • Loading branch information
MarkLark86 committed Nov 4, 2019
1 parent 69011cb commit 9b225af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lodash": "^4.17.5",
"moment-timezone": "^0.5.14",
"superdesk-code-style": "^1.2.0",
"superdesk-core": "superdesk/superdesk-client-core#develop",
"superdesk-core": "superdesk/superdesk-client-core#1.30",
"angular-embed": "superdesk/angular-embed#d75968e",
"angular-embedly": "Urigo/angular-embedly#0.0.8",
"jquery": "3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion server/analytics/stats/gen_archive_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def set_metadata_updates(self, item, history):
item['updates']['firstcreated'] = created

for field in fields:
if history['update'].get(field):
if field in history['update']:
item['updates'][field] = history['update'][field]

def process_timelines(self, items, failed_ids):
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ coveralls
httmock>=1.2.3,<1.3
responses>=0.10.6,<0.11

-e git://github.com/superdesk/superdesk-core.git@develop#egg=Superdesk_Core
-e git://github.com/superdesk/superdesk-core.git@1.30#egg=Superdesk_Core
git+git://github.com/superdesk/superdesk-planning.git@master#egg=superdesk-planning

0 comments on commit 9b225af

Please sign in to comment.