I got an entity with 2 properties x and y, y is calculated on server side after every save, the problem is in ui, when editing x and click save, y value is changed on server, but change is not reflecting in client side.
Is there a way to tell ng-admin, to reload entire entity?