Enum Toggle Does Error on 7.23.1

0
Hello everyone, I have upgraded my project to version 7.23.1, And since then I have a problem with Enum Toggle widget ‘Even though I have updated it’  Every time the page containing this widget is refreshed I have below error: UserManagement.Step2Registration.enumToggle1: Error while applying context Error: Trying to unsubscribe using an invalid subscription handle Error: UserManagement.Step2Registration.enumToggle1: Error while applying context Error: Trying to unsubscribe using an invalid subscription handle     at http://localhost:8091/mxclientsystem/mxui/mxui.js?636879972309799861:31:7938     at t.Data.getObjectFromContext (http://localhost:8091/mxclientsystem/mxui/mxui.js?636879972309799861:79:35691)     at E.(anonymous function).O.applyContext (http://localhost:8091/mxclientsystem/mxui/mxui.js?636879972309799861:31:7870)     at r (http://localhost:8091/mxclientsystem/mxui/mxui.js?636879972309799861:52:73433)     at i (http://localhost:8091/mxclientsystem/mxui/mxui.js?636879972309799861:52:73407)     at l._performFetch (http://localhost:8091/mxclientsystem/mxui/mxui.js?636879972309799861:79:42715)     at l._performFetch (http://localhost:8091/mxclientsystem/mxui/mxui.js?636879972309799861:79:43293)     at l.fetch (http://localhost:8091/mxclientsystem/mxui/mxui.js?636879972309799861:79:39202)     at t.Data.fetch (http://localhost:8091/mxclientsystem/mxui/mxui.js?636879972309799861:79:32164)     at E.(anonymous function).O.update (http://localhost:8091/mxclientsystem/mxui/mxui.js?636879972309799861:52:73620)   Any Ideas?
asked
2 answers
3

Did you see the release notes for 7.23.2? https://docs.mendix.com/releasenotes/desktop-modeler/7.23#7232

This part might solve your problem:

We fixed an issue where custom widgets that subscribe using the this.subscribe function and unsubscribe using mx.data.unsubscribe got an error when calling mx.data.unsubscribe. (Tickets 79881, 80075, 80078, 80174)

Regards,

Ronald

 

answered
1

Multiple widgets are affected by 7.23 and are throwing similar errors to yours.

See for example: https://forum.mendix.com/link/questions/92868

answered