-
Notifications
You must be signed in to change notification settings - Fork 3
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
(ifcb) admin: changing path on newly-created time series doesn't "take" #68
Comments
|
In the first case the response from the patch is wrong, and contains the old value. |
|
The patch request is wrong in the first case--it looks like there are two competing objects on the client side, and the wrong one is getting changed. |
As expected, if you hit reload when you're looking at a path edit that didn't take, the path will revert to the value that's in the database (the one that didn't get changed by the patch) |
If I add a second path to the newly-created object, it will not be submitted with the patch. |
This looks like it could potentially be related to a bug in restangular: I will try the suggested workaround. |
The suggested workaround worked. |
The workaround should be applied everywhere. |
This is another angular / restless caching issue where changes don't propagate to the database. This only seems to affect newly-created time series--exactly the ones where you would need to change the path. If you reload the admin page or return to it later, path changes "take".
The text was updated successfully, but these errors were encountered: