Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    12.0p/13.0d Calendar events on weekends not editable with disableWeekends: false

    Hi Isomorphic,

    Please see this modified 12.0p/13.0d sample (v12.0p_2021-09-03 and SNAPSHOT_v13.0d_2021-09-03):
    Code:
    isc.Calendar.create({
        ID: "eventCalendar",
        disableWeekends: false,
        data: eventData
    });
    In "Month"-view (only there) on Saturdays (only there, not Sunday as well) if you want to create an event, the popup opens, but the Event Name TextItem and Buttons are disabled.

    Click image for larger version

Name:	Event disabled.PNG
Views:	172
Size:	53.7 KB
ID:	266375

    Best regards
    Blama

    #2
    Thanks for the report - this is fixed in 12.0+ for builds dated September 5 and later.

    Incidentally, have you considered upgrading to 12.1? If nothing else, it might save some retesting time on your part! :)

    Comment


      #3
      Hi Isomorphic,

      I can see that this is fixed in v12.0p_2021-09-05 and 13.0d as well.
      Yes, we'll update eventually. Unfortunately it does not have a high priority currently. But I'd definitely like an update.

      Best regards
      Blama

      Comment

      Working...
      X