Changeset 2810d8 in indico
- Timestamp:
- 06/10/11 11:30:45 (2 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 4287315ec967a3da168d83963c14001db8487d53
- Children:
- d8fdf0
- Parents:
- 9b342a
- File:
-
- 1 edited
-
indico/ext/livesync/bistate.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/ext/livesync/bistate.py
rff7997 r2810d8 183 183 try: 184 184 if record.getOwner() or recId: 185 # caching is disabled because ACL changes do not triggered 186 # notifyModification, and consequently can be classified as a hit 187 # even if they were changed 188 # TODO: change overrideCache to False when this problem is solved 185 189 di.toMarc(recId if deleted else record, overrideCache=True, deleted=deleted) 186 190 else:
Note: See TracChangeset
for help on using the changeset viewer.
