-
Notifications
You must be signed in to change notification settings - Fork 175
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
v2v7, teams, automation script #12979
base: Ursa-21.4.0
Are you sure you want to change the base?
Conversation
alpha/scripts/utils/permissions/enablePermissionForPartnersWithExclusions.php
Show resolved
Hide resolved
alpha/scripts/utils/permissions/enablePermissionForPartnersWithExclusions.php
Show resolved
Hide resolved
|
||
if (!in_array($partner->getId(), $partnersToExclude)) | ||
{ | ||
$teamsPermission = PermissionPeer::getByNameAndPartner('FEATURE_TEAMS_RECORDING_UPLOAD_PERMISSION', $partner->getId()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worth adding 'FEATURE_TEAMS_RECORDING_UPLOAD_PERMISSION' as Enum at PermissionName.php
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this permission is not in PermissionName.php. i had to reference to it like this
No description provided.