-
Notifications
You must be signed in to change notification settings - Fork 95
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
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. OpenSSF Scorecard
Scanned Manifest Files |
Conventional Commits Report
🚀 Conventional commits found. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4070 +/- ##
==========================================
+ Coverage 72.25% 72.44% +0.19%
==========================================
Files 1064 1066 +2
Lines 121658 121953 +295
Branches 6002 6047 +45
==========================================
+ Hits 87899 88351 +452
+ Misses 33728 33571 -157
Partials 31 31 ☔ View full report in Codecov by Sentry. |
The BulkTags component provides dialogs and functions for tagging several entities with an existing or new tag.
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.
Allow to show errors in the TagsDialog. This may be necessary for example if a new tag can't be created.
What
Add a BulkTags component for handling tagging of entities
Why
The BulkTags component provides dialogs and functions for tagging several
entities with an existing or new tag.
References
HOC less entities pages
Checklist