-
Notifications
You must be signed in to change notification settings - Fork 723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edition view does not load entire entity after save changes #805
Comments
I guess it's related to #777 |
Yep, I think that for my issue there is a very simple solution... // Form Controller just need to take the result from update one and update the $scope.entity attributes... Should I create a pull req? |
no, the default behaviour should be to keep the current entity. |
@fzaninotto
|
Interesting approach, albeit a bit hacky. Thanks for sharing it! |
Lets say I have a field x that his value is calculated on server side based on field y
if I update x value via admin ui, click save, than server side changes y returns it, but the change is not reflected on ui without refreshing the page
The text was updated successfully, but these errors were encountered: