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
Improve Data Input Methods editability and message handling #1184
Comments
There should be a push_out_data_input_method() function in the lib/utility.php. Maybe it has an issue with not repopulating the poller cache for items that are impacted by the change. It's entirely possible that was a late code change in the 0.8.8 branch. |
I did a cursory review of what is happening in data_templates.php and I believe that the data_templates.php save process is a bit messy to say the least. Though it has kind of worked for a long time, there is a lot of wasted cycles spent on things that don't have to be spent on. Plus there are some dangerous transactions. It's all a little too much work for 1.1.36. But it seems we can resolve this issue, and increase performance when updating Data Templates at the same time. |
I wonder if any of our recent changes have addressed this or if it's still an ongoing issue? |
No changes as of now. I'm improving the messages for the time being, and then we can open a new issue. The problem with blindly pushing out is going to be with the law of unintended consequences. |
Improve Data Input Methods editability and message handling
New messages and removal of editing of output fields added, so I'll close this for now. |
I updated a data input template with a new field and updated the associated php script to expect the new field. However, the field did not come into play until I went back and saved the data source. If there had been a lot of data sources associated with the template, this would have taken some time.
Is there an easy way to update these? Shouldn't saving the template provide
The text was updated successfully, but these errors were encountered: