-
Notifications
You must be signed in to change notification settings - Fork 106
CSSTUDIO-3337 Restore behavior of widgets after PR to epicsCoreJava
#3474
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
Conversation
… alarm equal to Alar.disconnected() is received.
|
…en the received value has an alarm equal to Alarm.disconnected(), show the disconnected border.
I have updated this pull request so that it fixes the issue described in [1] without depending on the changes in [1]. In particular, this commit fixes the issue described in [1]: b62cc94 |
While I understand this is a good fix. at the very least we might want to document some of that conversation. |
@shroffk Ah, I see! I have re-opened the pull request (epics-base/epicsCoreJava#143) |
Since this change I get
In RegionBaseRepresentation.java:258, there's this:
and something similar is still found a few lines later, but the initial access to |
The background for this pull request is described in epics-base/epicsCoreJava#143.
This pull request:
Text Update
,Text Entry
, andSpinner
to display<PV-Name>
when a value is received that has alarm status equal toAlarm.disconnected()
. (This restores the behavior of the widgets prior to the changes in the pull request CSSTUDIO-3337 Bugfix: The alarm status "Disconnected" should have alarm severity "Undefined" instead of "Invalid" epics-base/epicsCoreJava#143.)Alarm.disconnected()
is received.