#idempiere IRC log for Tuesday, 2016-10-11

*** nmicoud has joined #idempiere05:03
*** a42niem has joined #idempiere05:09
*** a42niem has quit IRC07:01
*** nmicoud_ has joined #idempiere08:19
*** nmicoud has quit IRC08:22
Not-7634[IDEMPIERE] nmicoud updated IDEMPIERE-3000 status set to "Reopened" -resolution set to "None"12:05
Not-7634[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-300012:05
Not-7634[IDEMPIERE] nmicoud updated IDEMPIERE-300012:07
Not-7634[IDEMPIERE] Hi [~carlosruiz_globalqss], Found a bug... If the first object opened is a window, then its title became the tab browser name. After some debug, i found that the window is registered before the "Home" (means that the windows has WindowNo=0 and Home has WindowNo = 1). So I remove all stuff from ADempiereWebUI and put it in DefaultDesktop.renderHomeTab(), right after the dashboardController.render(homeTab,12:07
Not-7634this, true); In my local 2.1 version, the method looks like : {code:java} public void renderHomeTab() { homeTab.getChildren().clear(); //register as 0 registerWindow(homeTab); dashboardController.render(homeTab, this, true); automaticOpen(); West w = layout.getWest(); w.getChildren().clear(); sideController.render(w, this, false); Clients.response(new AuScript("$('.slimScroll .z-anchorlayout-12:07
Not-7634body').slimScroll({height: '100%',railVisible: true, alwaysVisible: false});")); } {code} I also move automaticOpen() and getMenuID from AdempiereWebUI to DefaultDesktop. As I'm not sure it's the best thing to do, i do not create a patch to fix this. Can you confirm it or give advice ? Thanks, Nicolas12:07
Not-7634[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-300012:07
Not-7634[IDEMPIERE] nmicoud updated IDEMPIERE-3000 assignee set to "Carlos Antonio Ruiz Gomez"12:07
Not-7634[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-300012:07
*** aguerra has joined #idempiere14:48
*** CarlosRuiz has joined #idempiere15:08
*** nmicoud_ has quit IRC15:18
*** aguerra has quit IRC15:37
*** aguerra has joined #idempiere15:48
*** a42niem has joined #idempiere16:46
*** aguerra has quit IRC17:11
*** aguerra has joined #idempiere17:23
*** CarlosRuiz has quit IRC17:54
Not-7634[IDEMPIERE] a42niem updated IDEMPIERE-3213 assignee set to "Dirk Niemeyer"17:59
Not-7634[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-321317:59
Not-7634[IDEMPIERE] hieplq updated IDEMPIERE-300019:36
Not-7634[IDEMPIERE] renderHomeTab is called at WGadgets, so it isn't a good place.19:36
Not-7634[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-300019:36
*** a42niem has quit IRC20:15
*** aguerra has quit IRC21:28

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!