Our state of the art Gantt chart


Post by alex.l »

Hi,

Could you please re-send credentials, I can't find where can I test this.
Btw, I do not see in your data that only Fri and Sat are off,, I see intervals from 08:00 till 17:00 and not 00:00. It looks correct to me.

All the best,
Alex Lazarev

How to ask for help? Please read our Support Policy

We do not write the code in bounds of forum support. If you need help with development, contact us via bryntum.com/services


Post by mrefaat »

Hello,

Any update on this ?


Post by alex.l »

Hi,

The link for reset password is expired. Looks like it was sent on weekend and it valid only 24 hours.
Please resend the link and notify us on forums as well.

Thank you!

All the best,
Alex Lazarev

How to ask for help? Please read our Support Policy

We do not write the code in bounds of forum support. If you need help with development, contact us via bryntum.com/services


Post by alex.l »

Hi,

We received a new email on support at bryntum.com, but when I clicked by the link from email, it shows "Reset Password" button, I clicked on it and see login page. Nothing happened, no UI to actually type in a new password appeared. Please make sure all set up and provide instructions.

Thanks.

All the best,
Alex Lazarev

How to ask for help? Please read our Support Policy

We do not write the code in bounds of forum support. If you need help with development, contact us via bryntum.com/services


Post by mrefaat »

Hi Alex,
Any updates on this?


Post by alex.l »

Hi,

No, I am waiting from you as requested. I didn't see any updates in the topic. Let us know when you fixed on your end and provide instructions what's required to do.

Thank you!

All the best,
Alex Lazarev

How to ask for help? Please read our Support Policy

We do not write the code in bounds of forum support. If you need help with development, contact us via bryntum.com/services


Post by alex.l »

I need more information here, I do not understand the language you speak on the video attached.

Please describe the issue in format:
1) steps to reproduce
2) actual result
3) expected result

All the best,
Alex Lazarev

How to ask for help? Please read our Support Policy

We do not write the code in bounds of forum support. If you need help with development, contact us via bryntum.com/services


Post by mrefaat »

Steps to reproduce:
Open any project screen and click on schedule tasks. This is a sample link to the project
https://klenka5-dev-ed.develop.lightning.force.com/lightning/r/cwproject360__Project__c/a01d200000DUywvAAD/view

Actual result:
System is counting 1/2 of Thursday and 1/2 of Sunday as off

Expected Output:
Only Friday and Saturdays is off


Post by alex.l »

This are intervals you used

          "workingHours":{
            "intervals":[
              {
                "isWorking":true,
                "recurrentEndDate":"on Sun at 18:00",
                "recurrentStartDate":"on Sun at 09:00"
              },
              {
                "isWorking":true,
                "recurrentEndDate":"on Mon at 18:00",
                "recurrentStartDate":"on Mon at 09:00"
              },
              {
                "isWorking":true,
                "recurrentEndDate":"on Tue at 18:00",
                "recurrentStartDate":"on Tue at 09:00"
              },
              {
                "isWorking":true,
                "recurrentEndDate":"on Wed at 18:00",
                "recurrentStartDate":"on Wed at 09:00"
              },
              {
                "isWorking":true,
                "recurrentEndDate":"on Thu at 18:00",
                "recurrentStartDate":"on Thu at 09:00"
              }
            ]
          }
        },
        "cacheable":false

I see non working time starts on Thu at 18:00, it's not 00:00, so calendar grayed out correctly.
I see working time starts on Sunday at 09:00, not 00:00, so it's also shown correctly.

All the best,
Alex Lazarev

How to ask for help? Please read our Support Policy

We do not write the code in bounds of forum support. If you need help with development, contact us via bryntum.com/services


Post by mrefaat »

But this is the same configuration for Monday,Tuesday,Wednesday. So why it's only happening on Thursday and Sunday ?


Post Reply