Add toggle complete; improve quick entry for receiving batch API
This commit is contained in:
parent
d42c2fabb9
commit
6a98dcc169
2 changed files with 37 additions and 0 deletions
|
@ -262,6 +262,7 @@ class APIBatchRowView(APIBatchMixin, APIMasterView):
|
|||
msg = "Feature is not implemented"
|
||||
return {'error': msg}
|
||||
|
||||
self.Session.flush()
|
||||
result = self._get(obj=row)
|
||||
result['ok'] = True
|
||||
return result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue