Skip to content
Snippets Groups Projects
Commit c8f3a845 authored by HeJ's avatar HeJ
Browse files

ScheduleSourceImport: only flag items as 'seen', not 'changed'

parent fa6884a9
Branches
Tags
No related merge requests found
...@@ -254,7 +254,7 @@ class ScheduleSource(models.Model): ...@@ -254,7 +254,7 @@ class ScheduleSource(models.Model):
items[item_source_id] = mapping.local_object items[item_source_id] = mapping.local_object
activity.append({ activity.append({
'action': 'changed', # TODO: actually check if data was changed 'action': 'seen', # TODO: set to 'changed' if data was changed (returned by .from_dict()?)
'type': item_type, 'type': item_type,
'source_id': item_source_id, 'source_id': item_source_id,
'local_id': str(mapping.local_id), 'local_id': str(mapping.local_id),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment