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

Recurrence tab items edit not working #6557

Open
2 tasks
marciogurka opened this issue Apr 6, 2023 · 1 comment
Open
2 tasks

Recurrence tab items edit not working #6557

marciogurka opened this issue Apr 6, 2023 · 1 comment
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer premium

Comments

@marciogurka
Copy link

marciogurka commented Apr 6, 2023

Forum post

  • Need to add docs
  • Make RecurrenceEditorPanel public

Using the https://bryntum.com/products/schedulerpro/examples/recurrence/ demo, if you try to customize some item inside the recurrence tab, like this

features : {
        taskEdit     : {
            items : {
                recurrenceTab : {
                    items : {
                        frequencyField : {
                            label : 'Custom Label'
                        }
                    }

                }
            }
        }
    }

It won't work just on this tab.

@marciogurka marciogurka added bug Something isn't working premium forum Issues from forum large-account Reported by large customer labels Apr 6, 2023
@matsbryntse
Copy link
Member

This works:

features : {
        stripe       : true,
        dependencies : false,
        taskEdit     : {
            items : {
                recurrenceTab : {
                    items : {
                        recurrenceEditor : {
                            items : {
                                frequencyField : {
                                    label : 'Custom Label'
                                }
                            }
                        }
                    }
                }
            }
        }
    },

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 premium
Projects
None yet
Development

No branches or pull requests

2 participants