You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the supplier process, when clicking on the button Generate, the process enters in a loop. Currently new popovers are created for the activities retrieve email suggestion and review and adapt email each time the button Generateis clicked.
Expected behavior
The method addInfo (shown below in its current implementation) should first test whether there's already and existing popover attached to the elements.
If so, the popover is shown, otherwise the popover is created.
Describe the bug
In the supplier process, when clicking on the button
Generate
, the process enters in a loop. Currently new popovers are created for the activitiesretrieve email suggestion
andreview and adapt email
each time the buttonGenerate
is clicked.Expected behavior
The method
addInfo
(shown below in its current implementation) should first test whether there's already and existing popover attached to the elements.If so, the popover is shown, otherwise the popover is created.
The text was updated successfully, but these errors were encountered: