typo
This commit is contained in:
parent
26ab9a2f39
commit
6e8d78c595
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class Changelog(db.Model):
|
||||||
return True
|
return True
|
||||||
if state.user() in i.users:
|
if state.user() in i.users:
|
||||||
logger.debug('ignore edititem events for own items %s %s %s', timestamp, itemid, meta)
|
logger.debug('ignore edititem events for own items %s %s %s', timestamp, itemid, meta)
|
||||||
logger.debug('----------------------item.modified: %s', i.modifed)
|
logger.debug('----------------------item.modified: %s', i.modified)
|
||||||
return True
|
return True
|
||||||
primary = None
|
primary = None
|
||||||
if 'primaryid' in meta:
|
if 'primaryid' in meta:
|
||||||
|
|
Loading…
Reference in a new issue