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

using a calendarResource different from a User cause a nullPointerException #75

Open
Apophis98 opened this issue Oct 24, 2023 · 0 comments
Assignees

Comments

@Apophis98
Copy link

Trying to update the description of a calendarBooking the module try to retrive the user used as calendarResource to get it's locale and then read the right localized description, but if the calendarResource isn't a user it return null and then throw a nullPointerException trying to get a locale from that.

@Apophis98 Apophis98 self-assigned this Oct 24, 2023
Apophis98 pushed a commit that referenced this issue Oct 24, 2023
if calendarResource isn't a user instead of throwing nullPointerException it will use the default language of the calendar
Apophis98 pushed a commit that referenced this issue Oct 25, 2023
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

When branches are created from issues, their pull requests are automatically linked.

1 participant