- Issue created by @willabby
- First commit to issue fork.
- Assigned to bluegeek9
- @bluegeek9 opened merge request.
-
bluegeek9 β
committed 3e503cd4 on 8.x-1.x
Issue #3396972 by bluegeek9: New version for Group 2.0/3.0 compatability
-
bluegeek9 β
committed 3e503cd4 on 8.x-1.x
- πΊπΈUnited States bluegeek9
I thought it might be able to be done in a single version, but it looks like a 2.0.x branch needs to created for Group 2/3 support.
- First commit to issue fork.
- @karlshea opened merge request.
-
KarlShea β
committed 2e0956c4 on 2.0.x
Resolve #3396972 "Group 2 3"
-
KarlShea β
committed 2e0956c4 on 2.0.x
- πΊπΈUnited States karlshea Minneapolis πΊπΈ
Got 2.x at least installable with composer with Group 2.x or 3.x
- @karlshea opened merge request.
-
KarlShea β
committed d3565857 on 8.x-1.x
Resolve #3396972 "Group 2 3"
-
KarlShea β
committed d3565857 on 8.x-1.x
-
KarlShea β
committed b388d386 on 8.x-1.x
Revert "Resolve #3396972 "Group 2 3"" This reverts commit...
-
KarlShea β
committed b388d386 on 8.x-1.x
- πΊπΈUnited States bluegeek9
To get the form working with Group 2/3 replace
if ($role->isInternal()) {
with
if (!$role->getGlobalRoleId()) {
- πΊπΈUnited States karlshea Minneapolis πΊπΈ
I hate gitlab so much.
This:
if (!$role->getGlobalRoleId()) {
Not this?
if (!$role->isOutsider()) {
- πΊπΈUnited States karlshea Minneapolis πΊπΈ
When I tried
!$role->getGlobalRoleId()
it's not populating any roles, where!$role->isOutsider()
is listing non-global roles. - @karlshea opened merge request.
- πΊπΈUnited States karlshea Minneapolis πΊπΈ
We might need a new issue to fix the issue fork
- Status changed to Closed: outdated
about 1 year ago 8:32pm 1 November 2023 - πΊπΈUnited States karlshea Minneapolis πΊπΈ
Closing in lieu of #3396972 so issue fork points to 2.0.x
- Issue was unassigned.