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

More Flash Messages #7996

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Dec 28, 2023

  1. feat(views): added more flash messages;

    - Added some missing flash messages in view methods.
    JVickery-TBS committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    dd1dad0 View commit details
    Browse the repository at this point in the history
  2. feat(dev): add changelog;

    - Added change log file.
    JVickery-TBS committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    aa9c936 View commit details
    Browse the repository at this point in the history
  3. fix(syntax): type and lint;

    - Lint fixes.
    - Typing fixes.
    JVickery-TBS committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    6a10fae View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. feat(view): resource view flash messages;

    - Added flash messages for resource views delete, update, and create.
    JVickery-TBS committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    0c3bc63 View commit details
    Browse the repository at this point in the history
  2. remove(view): removed group type condition;

    - Changed condition to `is_organization`.
    - Used `authz.trans_role`.
    JVickery-TBS committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    7b67689 View commit details
    Browse the repository at this point in the history
  3. feat(view): made member messages a bit better;

    - Did a dict mapping for member flash messages.
    JVickery-TBS committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    2d355c7 View commit details
    Browse the repository at this point in the history