Skip to content

Commit

Permalink
Improve todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Nov 7, 2024
1 parent 0af32cd commit e5c0635
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arches/app/views/api/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ def update(self, request, *args, **kwargs):
user=request.user,
permission_callable=user_can_edit_resource,
)
# TODO: returned object is pretty close, but currently lacks
# recalculated display_value on RI datatypes.
return super().update(request, *args, **kwargs)

def destroy(self, request, *args, **kwargs):
Expand Down

0 comments on commit e5c0635

Please sign in to comment.