IDEMPIERE-4988 Fix NPE on changeRole
This commit is contained in:
parent
4759ae5c2b
commit
0192bca743
|
@ -310,6 +310,7 @@ public class DPRecentItems extends DashboardPanel implements EventListener<Event
|
||||||
@Override
|
@Override
|
||||||
public void updateUI() {
|
public void updateUI() {
|
||||||
refresh();
|
refresh();
|
||||||
|
if (bxRecentItems != null)
|
||||||
bxRecentItems.invalidate();
|
bxRecentItems.invalidate();
|
||||||
updateDesktopReference();
|
updateDesktopReference();
|
||||||
|
|
||||||
|
|
|
@ -224,6 +224,7 @@ public class DPRunningJobs extends DashboardPanel implements EventListener<Event
|
||||||
public void updateUI()
|
public void updateUI()
|
||||||
{
|
{
|
||||||
refresh();
|
refresh();
|
||||||
|
if (bxJobs != null)
|
||||||
bxJobs.invalidate();
|
bxJobs.invalidate();
|
||||||
updateDesktopReference();
|
updateDesktopReference();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue