Skip to main content
Nintex Community Menu Bar
Question

Sorting table results in uncaught exception

  • July 9, 2024
  • 5 replies
  • 17 views

Forum|alt.badge.img+13

Hello -

Encountering an unhandled exception when sorting a table. The scenario that exposes this is when a row in the table has been edited and then you try to click the sort arrow. As soon as a edit is detected, skuid disables filter buttons, search box and the arrow div but the event listener is still attached.

Error: Uncaught Model ‘’ has unsaved changes. To update this model’s data, you must first save or cancel the changes.

Steps to Reproduce:

  1. Create tab page (stock page) for Account leaving all defaults
  2. Edit a row’s “Account Name” field value - Search area & order arrow icons will “dim”
  3. Click the Account Name sort arrow

Actual Result:
Uncaught Model exception

Expected Result:
Nothing happens 🙂 Debatable if arrows should be hidden rather than disabled since the user might not notice the “dim” effect and will click it anyway. At a minimum, event listener should be unattached or check to see if span is disabled before requery.

Thanks!

5 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

Thanks for the bug report.  I have been able to reproduce the issue.  Will add it to the list of things to fix. 


Forum|alt.badge.img+13

Thanks Rob!


Forum|alt.badge.img+13

This will be fixed in Superbank Patch 9.


Forum|alt.badge.img+13

This has been fixed as of Superbank Patch 9, now available on Skuid Releases.


Forum|alt.badge.img+13

Initial smoke tests confirm this appears to be resolved in 6.8.20.

Thank you!