Skip to content

Commit

Permalink
Fix #9374 - OAuth password creation Unsupported operand types fatal i…
Browse files Browse the repository at this point in the history
…n php8
  • Loading branch information
mattlorimer committed Dec 13, 2021
1 parent 563c469 commit 89ddff5
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
10 changes: 5 additions & 5 deletions modules/OAuth2Clients/metadata/detailcredentialsviewdefs.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,23 @@
[
0 =>
[
'name' => 'name',
0 => 'name',
],
2 =>
[
'name' => 'is_confidential',
0 => 'is_confidential',
],
3 =>
[
'name' => 'id',
0 => 'id',
],
4 =>
[
'name' => 'allowed_grant_type',
0 => 'allowed_grant_type',
],
6 =>
[
'name' => 'assigned_user_name',
0 => 'assigned_user_name',
],
],
'LBL_PANEL_ASSIGNMENT' =>
Expand Down
8 changes: 4 additions & 4 deletions modules/OAuth2Clients/metadata/detailpasswordviewdefs.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,19 @@
[
0 =>
[
'name' => 'name',
0 => 'name',
],
2 =>
[
'name' => 'is_confidential',
0 => 'is_confidential',
],
3 =>
[
'name' => 'id',
0 => 'id',
],
4 =>
[
'name' => 'allowed_grant_type',
0 => 'allowed_grant_type',
],
],
'LBL_PANEL_ASSIGNMENT' =>
Expand Down
10 changes: 5 additions & 5 deletions modules/OAuth2Clients/metadata/detailviewdefs.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,23 @@
[
0 =>
[
'name' => 'name',
0 => 'name',
],
1 =>
[
'name' => 'redirect_url',
0 => 'redirect_url',
],
2 =>
[
'name' => 'is_confidential',
0 => 'is_confidential',
],
3 =>
[
'name' => 'id',
0 => 'id',
],
4 =>
[
'name' => 'allowed_grant_type',
0 => 'allowed_grant_type',
],
5 =>
[
Expand Down
6 changes: 3 additions & 3 deletions modules/OAuth2Clients/metadata/editcredentialsviewdefs.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
[
0 =>
[
'name' => 'name',
0 => 'name',
],
1 =>
[
Expand All @@ -76,11 +76,11 @@
],
2 =>
[
'name' => 'is_confidential',
0 => 'is_confidential',
],
4 =>
[
'name' => 'assigned_user_name',
0 => 'assigned_user_name',
],
],
],
Expand Down
4 changes: 2 additions & 2 deletions modules/OAuth2Clients/metadata/editpasswordviewdefs.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
[
0 =>
[
'name' => 'name',
0 => 'name',
],
1 =>
[
Expand All @@ -76,7 +76,7 @@
],
2 =>
[
'name' => 'is_confidential',
0 => 'is_confidential',
],
],
],
Expand Down
8 changes: 4 additions & 4 deletions modules/OAuth2Clients/metadata/editviewdefs.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,19 @@
[
0 =>
[
'name' => 'name',
0 => 'name',
],
1 =>
[
'name' => 'redirect_url',
0 => 'redirect_url',
],
2 =>
[
'name' => 'is_confidential',
0 => 'is_confidential',
],
3 =>
[
'name' => 'allowed_grant_type',
0 => 'allowed_grant_type',
],
4 =>
[
Expand Down

0 comments on commit 89ddff5

Please sign in to comment.