calender widget does not render correct in sandbox on Mendix 5.15.0

0
I have created an app which uses the calendar widget. On my local machine it works fine, however in the cloud the widget does not render the calendar. I'm not sure if this is an widget issue or a cloud issue. using: - Mendix 5.15.0 - Calendar widget 4.2 - based on AppCloud Default Project - no custom styling
asked
2 answers
2

The same issue as the .js file. Not related to Mx5.15 itself. I have it with Mx5.14.1 and Mx5.15

The .css is named Calendar.css, should be calendar.css. Because of that, it is not included in the widgets css.

If you are in a hurry: Until a new distribution is made, open the Calendar.mpk file using WinRar or similar and rename the Calendar.css to calendar.css in the archive. Deploy again and it is OK.

answered
0

Thnx Marcel! I have changed the name of the css and it works. Calender is rendered as usual...

answered