cal.com
cal.com copied to clipboard
[CAL-809] Flaky: Self-hosters can't manage Pro features
Issue Summary
Self-hosters are unable to manage Pro features in the web UI.
Steps to Reproduce
- Try to toggle this switch:
Expected: The switch can be toggled
Actual: The switch cannot be toggled
Technical details
- Browser version: Safari Version 16.1 (18614.2.9.1.12)
- Cal.com v2.4.2
@joshavant Just checked out the code and did a little test. If you make a team, logout, and log back in, you can disable the branding user a user or a team.
Looks like since Cal.com switched to team pricing, the users.disableBranding
takes less precedence than user.belongsToActiveTeam
.
@Udit-takkar @alishaz-polymath can you two test this a bit more and make it more seamless?
The toggle is working for me and i did open up a issue about belongsToActiveTeam not updating without logout here https://github.com/calcom/cal.com/issues/6455