Skip to content

Remove default `relative_position` from `epic_issues`

What does this MR do?

Remove default value of relative_position in epic_issues so that EpicIssue behaves similarly to other classes that use the RelativePositioning concern.

We don't really need the default value here because we're setting it explicitly when creating in https://gitlab.com/gitlab-org/gitlab-ee/blob/master/ee/app/services/epic_issues/create_service.rb#L21

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Closes #13208 (closed)

Edited by Coung Ngo

Merge request reports