We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description If a Meta Data Point has an empty context, it should not be recalculated during initialization for Context Update and Change.
To Reproduce
Spec:
The text was updated successfully, but these errors were encountered:
#2922 Fixed not recalculate Meta Data Point if Context is empty:
6384ab0
- corrected condition in MetaPointLocatorRT.initialize if context empty then not execute; - corrected MetaPointLocatorRtInitializeTest;
Merge pull request #2923 from SCADA-LTS/fix/#2922_Fixed_not_recalcula…
4c38bf6
…te_Meta_Data_Point_if_Context_is_empty #2922 Fixed not recalculate Meta Data Point if Context is empty:
Limraj
No branches or pull requests
Description
If a Meta Data Point has an empty context, it should not be recalculated during initialization for Context Update and Change.
To Reproduce
The script was recalculated on initialization despite an empty context.
Spec:
The text was updated successfully, but these errors were encountered: