Skip to content

Commit

Permalink
Merge pull request #2880 from SCADA-LTS/fix/#2878_Fixed_change_locati…
Browse files Browse the repository at this point in the history
…on_View_Component

#2878 Fixed change location View Component
  • Loading branch information
Limraj authored May 12, 2024
2 parents b70bb72 + 7c0bd97 commit 4efbbb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WebContent/WEB-INF/jsp/viewEdit.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@
lt = lt.substring(0, lt.length-2);
tp = tp.substring(0, tp.length-2);
lt = Math.trunc(lt);
tp = Math.trunc(tp);
// Save the new location.
ViewDwr.setViewComponentLocation(div.viewComponentId, lt, tp, viewId);
}
Expand Down

0 comments on commit 4efbbb2

Please sign in to comment.