Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
digit-joinup-reference
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ec-europa
digit-joinup-reference
Commits
376f4f08
Commit
376f4f08
authored
7 months ago
by
Hervé Donner
Browse files
Options
Downloads
Patches
Plain Diff
ISAICP-9059: Remove static caching attempt (follow up in ISAICP-8949).
parent
22b425d3
No related branches found
No related tags found
1 merge request
!190
Release v1.113.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/modules/custom/joinup_group/src/Entity/GroupTrait.php
+0
-11
0 additions, 11 deletions
web/modules/custom/joinup_group/src/Entity/GroupTrait.php
with
0 additions
and
11 deletions
web/modules/custom/joinup_group/src/Entity/GroupTrait.php
+
0
−
11
View file @
376f4f08
...
...
@@ -25,13 +25,6 @@ trait GroupTrait {
use
OutdatedContentTrait
;
/**
* The number of active members.
*
* @var int
*/
protected
$activeMemberCount
;
/**
* {@inheritdoc}
*/
...
...
@@ -335,10 +328,6 @@ protected function getMembershipManager(): MembershipManagerInterface {
* {@inheritdoc}
*/
public
function
getActiveMemberCount
():
int
{
if
(
isset
(
$this
->
activeMemberCount
))
{
return
$this
->
activeMemberCount
;
}
// We're doing a direct database query rather than using methods in OG's
// MembershipManager service since we just need a count, and we need to
// filter out blocked user accounts.
...
...
This diff is collapsed.
Click to expand it.
Hervé Donner
@vever001
mentioned in commit
079b27c8
·
6 months ago
mentioned in commit
079b27c8
mentioned in commit 079b27c8b0320dfd2390375d4ad82f3c9f060cce
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment