-
- Downloads
Correct validate epic_color_highlight FF in Epic mutations
The validation for the Epic `color` attribute was attempting to check
the feature flag status without passing in the group object to check the
feature flag against causing the attribute to always be removed unless
the feature flag was enabled globally.
The removal of the `color` attribute also happened at the wrong time.
The `color` attribute should be removed if the flag isn't enabled before
checking `args.empty?`.
Signed-off-by:
Andrew Smith <espadav8@gmail.com>
parent
0c99f2e1
No related branches found
No related tags found
Showing
- ee/app/graphql/mutations/concerns/mutations/shared_epic_arguments.rb 3 additions, 3 deletions...hql/mutations/concerns/mutations/shared_epic_arguments.rb
- ee/app/graphql/mutations/epics/create.rb 3 additions, 2 deletionsee/app/graphql/mutations/epics/create.rb
- ee/app/graphql/mutations/epics/update.rb 3 additions, 2 deletionsee/app/graphql/mutations/epics/update.rb
Please register or sign in to comment