support icon indicating copy to clipboard operation
support copied to clipboard

taskNonWorkingTime not showing extra holiday in intervals list

Open marciogurka opened this issue 10 months ago • 1 comments

Forum post

"Using the wiki page Gantt.feature.TaskNonWorkingTime

if i add a calender with a second interval for a extra holiday one day in the year the taskNonWorkingTime calendar display does not show it in either dispaly more bar or normal

Calendar example:

calendar example 
{
    "id": 2,
    "name": "5 Day WW (M-F)",
    "unspecifiedTimeIsWorking": false,
    "intervals": [
        {
            "recurrentStartDate": "on Monday, Tuesday, Wednesday, Thursday, Friday at 9:00",
            "recurrentEndDate": "on Monday, Tuesday, Wednesday, Thursday, Friday at 17:00",
            "isWorking": true
        },
        {
            
        "startDate": "2022-8-9 00:00",
        "endDate": "2022-8-10 00:00",
        "name": "Non working day",
        "isWorking": false
    }
]
}

"

I created a demo https://codepen.io/marciogurka/pen/KKYxVXp and added some screenshots for clarification. Screenshot 2024-04-15 at 17 57 13 Screenshot 2024-04-15 at 17 58 19

marciogurka avatar Apr 15 '24 21:04 marciogurka

Also reported here: https://forum.bryntum.com/viewtopic.php?p=146013#p146013

ghulamghousdev avatar May 09 '24 13:05 ghulamghousdev

Looks working fine in v6.0.3. Waiting for the customer test case to reproduce the issue.

arcady-zherdev avatar Jul 30 '24 15:07 arcady-zherdev