Skip to main content
Nintex Community Menu Bar
Question

Page Include Breaking Existing Action Buttons

  • July 11, 2024
  • 1 reply
  • 6 views

Forum|alt.badge.img+8

I’m building a dashboard with a bunch of charts + actions to allow the user to edit the chart’s underlying data. Everything has been working great until I decided to use a page include to pull in a chart component from another page that has a ton of action sequences that are event triggered (when the skuid page is rendered.)

Should I not attempt to pull in a complex page include onto another page? The action functionality on my dashboard that I’m trying to maintain is just being able to create new rows on a table - nothing fancy. The button appears to do nothing when clicked, I see errors in the console, but when I reopen the modal with the table that I was trying to add rows to - there are blank rows that were actually created.

When I remove the page include component from the dashboard, everything works fine again.

Any advice?

1 reply

Forum|alt.badge.img+13
  • Scholar
  • July 11, 2024

I’ve had similar issues when my page include has same model names as the page it’s included in.

Check this maybe it’s the issue.

Hope it helps