Skip to content

Commit

Permalink
formatting: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fenekku committed Jul 30, 2024
1 parent aed82a8 commit d9d8986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion invenio_communities/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,5 +344,5 @@
COMMUNITIES_ALWAYS_SHOW_CREATE_LINK = False
"""Controls visibility of 'New Community' btn based on user's permission when set to True."""

COMMUNITIES_ALLOW_MEMBERSHIP_REQUESTS = True
COMMUNITIES_ALLOW_MEMBERSHIP_REQUESTS = False
"""Feature flag for membership request."""
2 changes: 1 addition & 1 deletion invenio_communities/members/services/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def _members_search(
scan_params=None,
endpoint="members",
links_item_tpl=None,
**kwargs
**kwargs,
):
"""General members search."""
community = self.community_cls.get_record(community_id)
Expand Down

0 comments on commit d9d8986

Please sign in to comment.