replace view_func with default_view_func to make APP_RDM_USER_DASHBOARD_ROUTES overwriteable #5162
Annotations
2 errors
Run tests:
invenio_app_rdm/users_ui/views/ui.py#L1
isort-check
from flask import Blueprint, current_app, render_template
from flask_login import current_user
+from invenio_app_rdm.theme.views import create_url_rule
+
from ..searchapp import search_app_context
from .dashboard import communities, requests, uploads
-from invenio_app_rdm.theme.views import create_url_rule
#
|
Run tests
Process completed with exit code 1.
|
Loading