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

Cannot configure defaultCalendar on Calendar instance #2994

Closed
matsbryntse opened this issue Jun 7, 2021 · 0 comments
Closed

Cannot configure defaultCalendar on Calendar instance #2994

matsbryntse opened this issue Jun 7, 2021 · 0 comments
Assignees
Labels
bug Something isn't working resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@matsbryntse
Copy link
Member

    t.iit('Should support configuring defaultCalendar on calendar config object', async t => {
        calendar = new Calendar({
            appendTo        : document.body,
            defaultCalendar : 'r1',
            project         : {
                resourcesData : [{
                    id   : 'r1',
                    name : 'default'
                }, {
                    id   : 'r2',
                    name : 'Resource 2'
                }]
            }
        });

@matsbryntse matsbryntse added the bug Something isn't working label Jun 7, 2021
@matsbryntse matsbryntse added this to the 4.1.5 milestone Jun 7, 2021
@matsbryntse matsbryntse self-assigned this Jun 7, 2021
@matsbryntse matsbryntse added ready for review Issue is fixed, the pull request is being reviewed resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

1 participant