Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing typings in ResourceUtilizationFeaturesConfigType after upgrading to version 5.4.0 #7259

Closed
chuckn0rris opened this issue Aug 2, 2023 · 2 comments
Assignees
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer premium resolved Fixed but not yet released (available in the nightly builds) typescript
Milestone

Comments

@chuckn0rris
Copy link

chuckn0rris commented Aug 2, 2023

Need to check the list of available features in ResourceHistogram widget and fix typings accordingly.
Before 5.4 all features from Scheduler was available, but is that correct?

gantt-resource-utilization (2).zip

Forum post

Hi,

After upgrading to version 5.4.0 of your Bryntum Gantt, we have noticed that certain settings are missing in the ResourceUtilizationFeaturesConfigType. Specifically, the following settings are not present:

features: {
            scheduleTooltip: false,
            eventTooltip: false, //missing
            pan: true, //missing
            search: true,
            nonWorkingTime: false, //missing
            resourceNonWorkingTime: {
                maxTimeAxisUnit: 'week',
            }//missing,
            dependencies: false,//missing
            timeRanges: {
                showCurrentTimeLine: {
                    name: this.translationService.getTranslation('TODAY')
                }
            },
...

These settings are not listed in the API upgrade guide. Could you please provide some guidance on where we can find these missing settings or if there are any alternative configurations available?

Best regards

@chuckn0rris chuckn0rris added bug Something isn't working premium forum Issues from forum typescript large-account Reported by large customer OEM OEM customer labels Aug 2, 2023
@SergeyMaltsev SergeyMaltsev self-assigned this Aug 14, 2023
@arcady-zherdev
Copy link

The eventTooltip and dependencies features are not meant to work there.. since the view does not display events nor dependencies.

@SergeyMaltsev SergeyMaltsev added resolved Fixed but not yet released (available in the nightly builds) and removed in progress labels Aug 14, 2023
@SergeyMaltsev SergeyMaltsev added this to the 5.5.1 milestone Aug 14, 2023
@SergeyMaltsev
Copy link
Contributor

SergeyMaltsev commented Aug 14, 2023

Missing features have been added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer premium resolved Fixed but not yet released (available in the nightly builds) typescript
Projects
None yet
Development

No branches or pull requests

3 participants