-
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
Fix TagDialog #871
Fix TagDialog #871
Conversation
Codecov Report
@@ Coverage Diff @@
## master #871 +/- ##
=========================================
- Coverage 7.58% 7.58% -0.01%
=========================================
Files 824 824
Lines 26237 26252 +15
Branches 5864 5871 +7
=========================================
Hits 1991 1991
- Misses 21860 21875 +15
Partials 2386 2386
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resourceType : | ||
first(resource_types, [])[0], | ||
resource_types, | ||
resources_action: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The variables should be changed to camelCase in another commit or PR.
Fixing and changing include:
-- as a get... command yields max. 1000 elements, the resource list of tags with more than 1000 resources was cut when editing/saving. Also: manual selection of resources for tags of a certain size, does not really make sense.
-- The new concept: For tags with just a few resources (<200 atm) don't change behavior. For more than a few resources, do not show the resource selection elements and thereby don't override the original list when saving. If users want to change resources of a huge bulk tag, it is easier to delete the old tag and create a new one with adjusted resources.