[Bps-public-commit] RT-Extension-MandatoryOnTransition branch, roles-2, repushed
Craig Kaiser
craig at bestpractical.com
Thu Feb 14 17:05:57 EST 2019
The branch roles-2 was deleted and repushed:
was 00fa5378376cd5e6696325a4cc5718ad24509111
now 4f1f08e165fb4b306f6b302d602170e73a7a0490
1: 84219d2 ! 1: 3e86dc1 Support custom roles as manadatory on transition
@@ -161,7 +161,7 @@
$label, $CurrentUser->loc($transition), $CurrentUser->loc($field_label{$transition}));
}
-+ if (@$roles) {
++ if (@$roles and $args{'To'}) {
+ foreach my $role (@$roles) {
+ my $role_values;
+ my ( $role_arg, $role_full ) = ( $role, $role );
2: c518436 ! 2: 102d016 Support making all core roles mandatory on transition
@@ -146,7 +146,7 @@
# Do we have a value currently?
@@
- if (@$roles) {
+ if (@$roles and $args{'To'}) {
foreach my $role (@$roles) {
- my $role_values;
+ my ( $role_values, $owner_value );
3: 6a85b1c = 3: 6240749 Support requiring a role to be a member of a group
4: 5c7c3fd = 4: 5e222b4 Create test file for mandatory roles feature
5: 00fa537 = 5: 4f1f08e Update README and Changelog
More information about the Bps-public-commit
mailing list