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

pdfExport exportDialog bbar buttons config doesn't propagate #7884

Closed
taauntik opened this issue Nov 16, 2023 · 1 comment
Closed

pdfExport exportDialog bbar buttons config doesn't propagate #7884

taauntik opened this issue Nov 16, 2023 · 1 comment
Assignees
Labels
bug Something isn't working forum Issues from forum OEM OEM customer regression Worked previously, now broken resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@taauntik
Copy link

Forum post

Steps to reproduce:

Open official example: https://bryntum.com/products/gantt/examples/export/
Paste below code to the pdfExport object in Code editor

            exportDialog : {
                bbar : {
                    items : {
                        exportButton : { text : 'GO' }
                    }
                }
            }

Observe no change.

@taauntik taauntik added bug Something isn't working forum Issues from forum OEM OEM customer labels Nov 16, 2023
@matsbryntse
Copy link
Member

This should be a config, not a prp

/**
             * When set to `true` labels in the dialog will say `Print` instead of `Export`
             * @prp {Boolean}
             */

@matsbryntse matsbryntse added the regression Worked previously, now broken label Nov 18, 2023
@bmblb bmblb added the ready for review Issue is fixed, the pull request is being reviewed label Dec 15, 2023
@isglass isglass added 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 Dec 18, 2023
@isglass isglass added this to the 5.6.4 milestone Dec 18, 2023
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 OEM OEM customer regression Worked previously, now broken resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

4 participants