Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
257
Merge Requests
27
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
947eadba
Commit
947eadba
authored
15 minutes ago
by
Mark Harding
Browse files
Options
Download
(fix): do not load group members if not logged in
parent
00eef517
master
No related merge requests found
Pipeline
#107264385
waiting for manual action with stages
in 8 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Controllers/api/v1/groups.php
View file @
947eadba
...
...
@@ -46,6 +46,8 @@ class groups implements Interfaces\Api
$response
[
'load-next'
]
=
(
string
)
key
(
$guids
);
break
;
case
"member"
:
Factory
::
isLoggedIn
();
$manager
=
new
Membership
();
$guids
=
$manager
->
getGroupsByMember
([
'user_guid'
=>
$user
->
guid
,
...
...
This diff is collapsed.
Please
register
or
sign in
to comment