bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
53 stars 6 forks source link

taskNonWorkingTime not showing extra holiday in intervals list #9002

Open marciogurka opened 5 months ago

marciogurka commented 5 months ago

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

ghulamghousdev commented 4 months ago

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

arcady-zherdev commented 2 months ago

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