Skip to content
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

Fix issue setting empty comments Issue 1264 #1265

Merged
merged 2 commits into from
Jan 29, 2021

Conversation

Archie-Miller
Copy link
Contributor

Addresses Issue 1264
On Acknowledge and Confirm, if a comment with an empty Locale and empty Text is passed from the client, then the comment should remain untouched.
Also fixed issue when firing an event, clearing the change mask on all children of the alarm will update any monitored item watching the alarm parameters, like Comment, EventId, etc.

On Acknowledge and Confirm, if a comment with an empty Locale and empty Text is passed from the client, then the comment should remain untouched.
Also fixed issue when firing an event, clearing the change mask on all children of the alarm will update any monitored item watching the alarm parameters, like Comment, EventId, etc.
@CLAassistant
Copy link

CLAassistant commented Jan 28, 2021

CLA assistant check
All committers have signed the CLA.


/// <summary>
/// Determines if a comment should be added on Acknowledgement or Confirm.
/// According to the specification for Alarms, the Acknowledgement states that
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the explaining comment might be better under <remarks>?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Documentation updated as requested

@mregen
Copy link
Contributor

mregen commented Jan 29, 2021

Hi @Archie-Miller let me know if you want to address that comment feedback, otherwise we call it a merge...

@mregen mregen merged commit fac8ed2 into OPCFoundation:master Jan 29, 2021
fremat pushed a commit to fremat/UA-.NETStandard that referenced this pull request Feb 10, 2021
…ion#1265)

* Fix issue setting empty comments

On Acknowledge and Confirm, if a comment with an empty Locale and empty Text is passed from the client, then the comment should remain untouched.
Also fixed issue when firing an event, clearing the change mask on all children of the alarm will update any monitored item watching the alarm parameters, like Comment, EventId, etc.

fixes OPCFoundation#1264
@Archie-Miller Archie-Miller deleted the AM_Alarm_Ack_Confirm branch April 19, 2021 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants