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

The setting caleditable has no effect #5

Open
pbauer opened this issue Sep 8, 2021 · 2 comments
Open

The setting caleditable has no effect #5

pbauer opened this issue Sep 8, 2021 · 2 comments

Comments

@pbauer
Copy link
Member

pbauer commented Sep 8, 2021

Events in the calendar are always editable and addable.

@espenmn
Copy link
Member

espenmn commented Jun 28, 2023

It is possible to hack around this by:

        var editable = <tal:block tal:content="structure python:view.get_editable()" />;
        if (editable) {

Maybe this is good enough, if so, I can make the changes

espenmn added a commit to espenmn/collective.fullcalendar that referenced this issue Jun 28, 2023
@espenmn
Copy link
Member

espenmn commented Jun 28, 2023

Maybe the setting should not work for anonymous, should be easy to add a condition for that. ( in def get_editable )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants