Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.2.0 CE M5
-
Fix Version/s: 6.2.0 CE M5
-
Component/s: API, API > JavaScript
-
Labels:
-
Fix Priority:4
-
Similar Issues:
Description
If pop-up dialog is opened using Liferay.Util.selectEntity and if callback function is passed to handle events, multiple dialog open actions will cause that same callback will be registered for dialog more than once.
Probably we should implement lookup for existing dialog instance by its id before it is created and configured.

Please check Iliyan's comments inside
LPS-33544