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

Add a BulkTags component for handling tagging of entities #4070

Merged
merged 3 commits into from
Jun 17, 2024
Merged

Commits on Jun 17, 2024

  1. Add: Add a BulkTags component for handling tagging of entities

    The BulkTags component provides dialogs and functions for tagging several
    entities with an existing or new tag.
    bjoernricks committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    68b6035 View commit details
    Browse the repository at this point in the history
  2. Fix: Don't pass gmp object to TagDialog onSave handle

    The gmp object is not part of saving a tag. Therefore it shouldn't be
    put into the state of the TagDialog and passed to the onSave handler.
    bjoernricks committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9a75567 View commit details
    Browse the repository at this point in the history
  3. Change: Allow to show errors in the TagsDialog

    Allow to show errors in the TagsDialog. This may be necessary for
    example if a new tag can't be created.
    bjoernricks committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c2c8fe3 View commit details
    Browse the repository at this point in the history