Commit 184fbd1e by aagusti

Merge branch 'master' of https://git.opensipkd.com/taufik/esipkd

2 parents 38754162 70f576a5
......@@ -256,7 +256,7 @@ def save(request, values, row=None):
row = ARSspd()
row.create_date = datetime.now(utc)
row.create_uid = hasattr(request.user,'id') and request.user.id or 1
if 'id' not in request.matchdict:
if 'id' not in request.matchdict and 'id' in values:
del values['id']
row.from_dict(values)
row.update_date = datetime.now(utc)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!