Bug fix [ 1711626 ] Workflow tab just allow to navigate first two activities
This commit is contained in:
parent
c8c2c19199
commit
3b1b0cbbac
|
@ -422,10 +422,12 @@ public class WFActivity extends CPanel
|
||||||
else
|
else
|
||||||
log.log(Level.SEVERE, "Unknown Node Action: " + node.getAction());
|
log.log(Level.SEVERE, "Unknown Node Action: " + node.getAction());
|
||||||
//
|
//
|
||||||
if (m_menu != null)
|
// globalqss - comment following lines to solve the
|
||||||
{
|
// Bug [ 1711626 ] Workflow tab just allow to navigate first two activities
|
||||||
m_menu.updateInfo(); // calls loadActivities - updates menu tab
|
// if (m_menu != null)
|
||||||
}
|
// {
|
||||||
|
// m_menu.updateInfo(); // calls loadActivities - updates menu tab
|
||||||
|
// }
|
||||||
// End
|
// End
|
||||||
if (m_index+1 >= m_activities.length)
|
if (m_index+1 >= m_activities.length)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue