Skip to content

Ticket 8764 alarms dialog#1815

Open
Chsudeepta wants to merge 8 commits into
masterfrom
Ticket_8764_Alarms_Dialog
Open

Ticket 8764 alarms dialog#1815
Chsudeepta wants to merge 8 commits into
masterfrom
Ticket_8764_Alarms_Dialog

Conversation

@Chsudeepta

Copy link
Copy Markdown
Contributor

Description of work

This change is required for enabling alarm configurations at block level.

Ticket

Ticket

Acceptance criteria

  1. The code should align with java coding standards
  2. It should build using the build.bat passing the checkstyle checks
  3. The Add/Edit Block dialog should allow users to add/edit values for configuring alarms

Documentation

https://isiscomputinggroup.github.io/ibex_developers_manual/system_components/BlockServer.html

Code Review

Final Steps

Comment on lines +332 to +335
public void setLowLimitSeverity(String lowLimitSeverity) {
firePropertyChange("lowLimitSeverity", this.lowLimitSeverity, this.lowLimitSeverity = lowLimitSeverity);
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Does this make sense to have a setter when the values aren't editable from the view? Is this supposed to be the case? Is it just for the initial update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants