lowcoder icon indicating copy to clipboard operation
lowcoder copied to clipboard

[Bug]: Calendar Component broken

Open Daniel-CS-Team opened this issue 2 years ago • 1 comments
trafficstars

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

Actually, we experience two bugs when using the Calendar Component in LowCoder. The first bug, is when using an external data source for the actual calendar entries:

Screenshot 2023-08-25 at 14 30 10

Hitting reload actually works, so this is more an inconvenience. Of course, the underlying query is set to run on page load.

The second issue is, that all-day events are only shown in list-view:

Screenshot 2023-08-25 at 14 33 21 Screenshot 2023-08-25 at 14 34 29

Notice the missing all-day event on Saturday.

Expected Behavior

Calendar entries are visible as soon as the underlying query produced results

All-Day events are visible in any view, not only list-view.

Steps to reproduce

For the first bug: Use an external data source to provide the data for the calendar. In our case, this is a MySQL database.

For the second bug: Just use the Calendar Component as it comes from the gallery and switch between views.

Environment

Self hosted all-in-one Docker with Caddy-Reverse-Proxy in front. Tested with latest and dev Versions.

Additional Information

No response

Daniel-CS-Team avatar Aug 25 '23 12:08 Daniel-CS-Team

One was fixed by a contribution. Thank you very much!! Seems we need to look further in the reload issue

FalkWolsky avatar Apr 13 '24 21:04 FalkWolsky

Solved in v2.4.0

FalkWolsky avatar May 24 '24 16:05 FalkWolsky