Skip to content

Commit

Permalink
#2896 Fixed alert language in watchlist view
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrykb0802 committed Jul 3, 2024
1 parent 1010b1e commit fe6ad07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/serotonin/mango/web/dwr/BaseDwr.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ protected PointValueTime prepareBasePointState(String componentId, BasePointStat
model.put("point", pointVO);
model.put("pointRT", point);
model.put(MODEL_ATTR_RESOURCE_BUNDLE, getResourceBundle());

PointValueTime pointValue = null;
if (point == null)
model.put("disabled", "true");
Expand Down

0 comments on commit fe6ad07

Please sign in to comment.