Skip to content

Remove feature flag check for candece finder

Alexandru Croitor requested to merge remove-ff-for-cadence-finder into master

What does this MR do and why?

Fixed the scope board to current iteration feature.

This MR removed the use of FF in CadenceFinder. With the changes in MR scoping boards to iteration cadence a bug was introduced where a board can no longer be scoped to CURRENT iteration, because it uses CadenceFinder that is behind FF. Instead the FF check in the finder, and move it to the cadences resolver(the only other place) where CadencesFinder is currently used to allow for the cadence to be fetched.

issue: #341738 (closed)

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Alexandru Croitor

Merge request reports