-
-
Notifications
You must be signed in to change notification settings - Fork 405
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
Changing Color Template does not update Aggregate #2987
Comments
Did you sync the template to the devices/graphs? |
Ah, well, I'm not sure that would have any effect? Yes, I know we can now run a sync on a graph template, but I don't see where that will impact the color template the Aggregate graph is using. The graph templates being referenced by these Aggregates is only using one color, whereas the Aggregate has three data sources, so it needs a color template, otherwise it will just draw three lines of the same color. |
So effectively, there needs to be a sync color template too? So that once your changes are done and you are happy with it, you can apply it to all? |
There is a function push_out_aggregate() that can be called after each save. This is a strait forward change. |
The only issue is that the drag and drop actions will delay the page update. So, we might have to add a 'Sync Aggregates' dropdown to make is a smoother experience. |
Changing Color Template does not update Aggregate
@eschoeller, please test the 'Sync Aggregates' dropdown. |
Thanks:) I think it might be a bit hard to remember to do, but at least it will be there somewhere. It's always good to peruse through that menu ... reminds you of things you should be doing, or gives you cool ideas about things you could be doing:) |
I tested this, and it did not work :(
|
Hey, just checking in on this one too ... not sure if you can see my comments on a closed issue? I couldn't get this to work ... |
If you make changes to a color template these changes are not reflected in an existing Aggregate using that template until the color template is switched to something else, saved, then switched back, and saved again.
It could be an awful amount of effort to find every graph which uses a particular template and then update all of those graphs for every change that is made to a color template. But it's equally also inconvenient to step through numerous Aggregates and switch around the color templates. Sort of defeats the purpose of using a template in the first place.
The text was updated successfully, but these errors were encountered: