process dialog:deduce refresh tab when run a process
Description
AbstractADWindowContent referesh every time receive event from ProcessModalDialog (now include ON_BEFORE_RUN_PROCESS, close, ...). it should filter out to only refresh when onComplete happen
Environment
None
Attachments
2
29 Oct 2016, 11:34 AM
29 Oct 2016, 11:27 AM
Activity
Carlos Ruiz
May 9, 2020 at 6:05 AM
(edited)
Triaged by @Carlos Ruiz
Thanks @Hiep Lq.
I was "exploiting" this bug in financial report, I was able to launch several reports in parallel, but I think is safer to fix this, the correct way must be to launch reports in background.
Hiep Lq
October 29, 2016 at 11:34 AM
it also resolved bellow issue. when click ok in parameter panel for long process we can see blow issue + process is running => ok, + waiting image is showing => ok + but busyMask is hidden => false see image
AbstractADWindowContent referesh every time receive event from ProcessModalDialog (now include ON_BEFORE_RUN_PROCESS, close, ...).
it should filter out to only refresh when onComplete happen