We have a page where a button opens a popup containing a page include. That included skuid page has a model with some “After” actions. The first time the popup is opened, the after actions fire once as expected. The second time the popup is opened, they fire twice.
I created a simple page that demonstrates this bug:
To replicate it open the main page and click the “Show Popup” button. Click on the “Refresh” button to trigger an alert message. Next, close the popup and reopen it. Click on the “Refresh” button and you’ll get the alert message twice.
Main page:
Popup page:
models.loaded alert(‘Alert!’);
Question
After actions in page include firing multiple times

Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.