Skip to content

Commit

Permalink
Merge pull request #92 from oarepo/stojanovic/be-582-opravit-nelze-zo…
Browse files Browse the repository at this point in the history
…brazit-seznam-komunit-bez-prihlaseni

not requiring login for communities tab
  • Loading branch information
mirekys authored Jan 7, 2025
2 parents ebe6120 + 27d9b20 commit 39b197c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions oarepo_communities/ui/oarepo_communities/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import marshmallow as ma
from flask import g, redirect, url_for
from flask_login import login_required
from flask_menu import current_menu
from flask_resources import from_conf, request_parser, resource_requestctx
from invenio_communities.communities.resources.serializer import (
Expand Down Expand Up @@ -93,10 +92,6 @@ def search_endpoint_url(self, identity, api_config, overrides={}, **kwargs):


class CommunityRecordsUIResource(GlobalSearchUIResource):
decorators = [
login_required,
]

@request_view_args
@request_community_view_args
def community_records(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = oarepo-communities
version = 5.1.2
version = 5.1.3
description =
authors = Ronald Krist <[email protected]>
readme = README.md
Expand Down

0 comments on commit 39b197c

Please sign in to comment.