Skip to content

Commit c6c2b13

Browse files
author
terrypacker
committed
* Changing so that clicking on Icon opens the page in the same tab, this
is pre 1.5.0 version functionality
1 parent 5404003 commit c6c2b13

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Graphical views/RELEASE-NOTES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*Version 1.5.1*
22
* Fixed bug where 'Settable override' checkbox was always disabled for Simple Point components.
3+
* Changing so that clicking on Icon opens the page in the same tab, this is pre 1.5.0 version functionality
34

45
*Version 1.5.0*
56
* Upgraded to work with core version 2.5.x

Graphical views/src/com/serotonin/m2m2/gviews/GraphicalViewMenuItemDefinition.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,4 @@ public String getHref(HttpServletRequest request, HttpServletResponse response)
5252
return "/views.shtm";
5353
}
5454

55-
/*
56-
* (non-Javadoc)
57-
* @see com.serotonin.m2m2.module.MenuItemDefinition#getTarget(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
58-
*/
59-
@Override
60-
public String getTarget(HttpServletRequest request, HttpServletResponse response) {
61-
return "graphical_view";
62-
}
6355
}

0 commit comments

Comments
 (0)