Announcement

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

    Calendar: lane support and getworkdaystart/getworkdayend

    Hi,
    I am using the new functionality to show lanes in the dayview. One thing is that different lanes (resources) can have different working day start and ends.

    I see that the getWorkdayStart and getWorkdayEnd only get the date as a parameter, so not the lane.

    Is there a way to compute/set the workdaystart and end by resource/lane?

    gr. Martin

    #2
    We've added lane as a parameter to both methods - the fixes will hit the builds in the next couple of days.

    Comment


      #3
      Hi!
      Can you add lane parameter of those two methods as the override point in SGWT also?
      There are still only getWorkdayStart(java.util.Date date) and getWorkdayEnd(java.util.Date date) variants in Calendar.java.
      Thanks
      MichalG
      SmartClient Version: SNAPSHOT_v12.1d_2019-03-28/LGPL Development Only (built 2019-03-28)

      Comment


        #4
        The extra parameters have been exposed in SGWT 12.1d as of the nightly build dated 2019-05-16.

        Comment

        Working...
        X