Hi, I started a new application and would like to use the Calendar widget. The application has a simple model The calendar widget is placed inside a data view with type Employee, which is selected from a list. This is how the calendar widget is configured : As soon as the "new event reference" is set the calendar generates errors (in chrome): 1. when the calendar is clicked to add a new event a popup with a general error appears (but no message in the console log) 2. the on click event to edit an existing event doesn't work anymore and a log message in the console appears :
Caused by: java.lang.IllegalArgumentException: requirement failed: Reference 'Employee.Event_Employee' only accepts ids of type 'Employee.Employee' (Id '[MendixIdentifier:: id=14355223812243459 objectType=Employee.Event entityID=51]' is not allowed). What is wrong with this configuration? Any help is welcome. Olivier
↧