Application users should have access to portfolio landing page.

- Adds override to portfolio landing page access check to see if user
  has access to any applications within the portfolio.
- Route for accepting an application invitation redirects directly to
  portfolio applications route.
- Tests ensure application user only sees apps the user has access to on
  the portfolio landing page.
This commit is contained in:
dandds
2019-05-03 09:02:08 -04:00
parent 8bd945d0d4
commit 59a02572ea
6 changed files with 73 additions and 14 deletions

View File

@@ -5,6 +5,6 @@
Join this JEDI Cloud Application
{{ owner }} has invited you to join a JEDI Cloud Application. Login now to view or use your JEDI Cloud resources.
{# url_for("application.accept_invitation", token=token, _external=True) #}
{{ url_for("applications.accept_invitation", token=token, _external=True) }}
{% endblock %}