Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Showing index set in stream listing only if user is permitted to. #3300

Merged
merged 1 commit into from Jan 5, 2017

Commits on Jan 4, 2017

  1. Showing index set in stream listing only if user is permitted to.

    This is fixing an issue where it's implicitly assumed that a user
    navigating to the streams page has the required permissions to list all
    index sets. This might not be the case for non-admin users, leading to
    the streams page breaking completely.
    
    This PR adds a check for the permission and the presence of the index
    set definition in the component showing the stream summary, rendering
    index set details only if both are present.
    
    Fixes #3299.
    dennisoelkers committed Jan 4, 2017
    Copy the full SHA
    7e0f8d4 View commit details
    Browse the repository at this point in the history