How can I solve the Could not create widget mxui.widget.ReferenceSetSelector problem?

1
Hi, I've got a page where users can review a Ticket entity (Ticket_Review). A ticket can have multiple tags and a Tag can be used by different tickets (many to many relation). From the Ticket_Review page, users can add or remove tags on the ticket through a Reference Set Selector. In the Ticket_Review page you can also hit a button to edit the ticket's title. This button will bring you to a new page with a Data View and a save and cancel button for submitting the new title.   PROBLEM The problem is the following: every time a user goes to the screen for editing the ticket's title and he hits the save or cancel button, the screen closes, the user can see again the Ticket_Review page but there is the following error on the place of the Reference Set Selector: Could not create widget mxui.widget.ReferenceSetSelector.   WHAT HAVE I TRIED TO DO I have checked the application's console but I can't find anything related to this problem. When I remove the Reference Set Selector widget from my screen, I don't have this problem anymore.   QUESTION Does somebody know why I'm getting this error? Does somebody know how to solve this?   Thanks in advance
asked
3 answers
1

Hi Arno, 

Not seen this error before, but perhaps you can you the developer tool in Chrome together with the debug or trace mode in the modeler to figure out what causes this issue. 

Let me know if this helps.

answered
1

Mendix' R&D team suggests a workaround :  to place any Sort order settings to the ReferenceSetSelector. 
A structural fix should be planned within the next 2 months. 

answered
1

Hi,

 

Issue could be Access issue.

 

If Access to giver one User role and widgets used inside the page are visible for different User Role

 

Thank You,

Arun

answered