Project:
View Revisions: Issue #33321 | [ Back to Issue ] | ||
Summary | 0033321: Implement isSameTab function for Process Definition based windows | ||
Revision | 2016-06-21 12:49 by caristu | ||
Description | Implement isSameTab function for Process Definition based windows. When opening a view Openbravo will check if the view class/instance supports certain methods[1]. One of these methods is isSameTab which is used view the view manager to decide if a view may only be opened once. Currently the process definition view does not implement this method allowing the same process definition be opened multiple times. But in order to remark that this is the expected behavior the isSameTab method should be implemented by returning always false. [1] http://wiki.openbravo.com/wiki/How_to_implement_a_new_main_view#View_API [^] |
||
Revision | 2016-06-21 12:49 by caristu | ||
Description | Implement isSameTab function for Process Definition based windows. Openbravo views can implement methods provided by the view API[1]. When opening a view Openbravo will check if the view class/instance supports certain methods. One of these methods is isSameTab which is used view the view manager to decide if a view may only be opened once. Currently the process definition view does not implement this method allowing the same process definition be opened multiple times. But in order to remark that this is the expected behavior the isSameTab method should be implemented by returning always false. [1] http://wiki.openbravo.com/wiki/How_to_implement_a_new_main_view#View_API [^] |
Copyright © 2000 - 2009 MantisBT Group |