Prevent double hyphens in room names (#2813)

This commit is contained in:
Ahmad Farhat
2021-06-28 22:47:34 -04:00
committed by GitHub
parent f013e2b529
commit 3cec43edc3
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ module ApplicationHelper
def perm_to_record_meeting
if recording_consent_required?
@settings.get_value("Room Configuration Recording") != "disabled" &&
current_user&.role&.get_permission("can_launch_recording")
current_user&.role&.get_permission("can_launch_recording")
else
current_user&.role&.get_permission("can_launch_recording")
end