Removed unncecesary temporaty code
FEA: ItEr77S15FilteringEnhancements
This commit is contained in:
parent
eefd4026fd
commit
9f703ae11f
2 changed files with 0 additions and 10 deletions
|
|
@ -277,7 +277,6 @@ public class CompanyPlanningModel implements ICompanyPlanningModel {
|
|||
private void sessionSetZoomLevel(ZoomLevel level) {
|
||||
if (level != null) {
|
||||
Sessions.getCurrent().setAttribute("zoomLevel", level);
|
||||
System.out.println("setting !");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -175,15 +175,6 @@ public class OrderPlanningController implements Composer {
|
|||
}
|
||||
ZoomLevel sessionZoom = (ZoomLevel) Sessions.getCurrent().getAttribute(
|
||||
"zoomLevel");
|
||||
// ZoomLevel sessionZoom = (ZoomLevel)
|
||||
// Sessions.getCurrent().getAttribute(
|
||||
// order.getCode() + "zoomLevel");
|
||||
if (order != null) {
|
||||
System.out.println("expecting to get" + order.getCode()
|
||||
+ sessionZoom);
|
||||
} else {
|
||||
System.out.println("expecting to get (null)" + sessionZoom);
|
||||
}
|
||||
if (sessionZoom != null) {
|
||||
zoomLevelParameter = sessionZoom.getInternalName();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue