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

[EC-646] Org Admin Vault Refresh November Release Prep #3913

Merged

Commits on Oct 27, 2022

  1. [EC-646] Remove links from Manage component

    These links are no longer necessary as they are now located in the new OAVR tabs.
    shane-melton committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    8176b9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4b51e1 View commit details
    Browse the repository at this point in the history
  3. [EC-646] Re-introduce /manage route in Organization routing module

    - Add the parent /manage route
    - Add child routes for collections, people, and groups
    shane-melton committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    0189973 View commit details
    Browse the repository at this point in the history
  4. [EC-646] Adjust Org admin tabs

    Re-introduce the Manage tab and remove Groups and Members tabs.
    shane-melton committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    f77e2f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7973eb8 View commit details
    Browse the repository at this point in the history
  6. [EC-646] Move missing billing components

    Some billing components were in the org settings module and needed to be moved the org billing module
    shane-melton committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    1c11695 View commit details
    Browse the repository at this point in the history
  7. [EC-646] Fix import file upload button

    -Update to use click event handler and tailwind class to hide input. Avoids inline styles/js blocked by CSP
    
    - Fix broken async pipe
    shane-melton committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    f2619b5 View commit details
    Browse the repository at this point in the history
  8. [EC-646] Fix groups and people page overflow

    Remove the container and page-content wrapper as the pages are no longer on their own tab
    shane-melton committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    9707395 View commit details
    Browse the repository at this point in the history
  9. [EC-646] Change People to Members

    Change the text regarding managing members from People to Members to more closely follow changes coming later in the OAVR. Also update the URL to use /manage/members
    shane-melton committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    904448c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    467f584 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. [EC-646] Fix org routing permissions helpers

    - Add canAccessVaultTab helper
    - Update canAccessOrgAdmin include check for vault tab access
    - Simplify canManageCollections
    shane-melton committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    d0012aa View commit details
    Browse the repository at this point in the history
  2. [EC-646] Fix Manage tab conditional logic

    - Add *ngIf condition for rendering Manage tab
    - Re-introduce dynamic route for Manage tab
    shane-melton committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    b22d4b8 View commit details
    Browse the repository at this point in the history