bugfix
This commit is contained in:
parent
fc91486c05
commit
f57f786b63
@ -450,7 +450,9 @@ async with db.sqlorContext(dbname) as sor:
|
||||
}
|
||||
}
|
||||
{% endif %}
|
||||
r = await sor.U('{{summary[0].name}}', ns)
|
||||
other_keys = [ k for k in ns.keys() if k != 'id' ]
|
||||
if len(other_keys) > 0:
|
||||
r = await sor.U('{{summary[0].name}}', ns)
|
||||
debug('update success');
|
||||
return {
|
||||
"widgettype":"Message",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user