Skip to content

Fix some apollo cache issues moving between pages

Simon Knox requested to merge psi-missing-iteration-ids into master

What does this MR do?

Navigating between some cadence pages was causing errors and data not loading. Network request was ok but apollo cache was upset. Adding id field to the top level project/group fixes the following issues:

  • Fix FE state for "couldn't find iteration cadence" after deleting an iteration cadence and editing another (&5077 (comment 627892792))
  • When editing an existing iteration cadence, the form fields are not populated with the current values (i.e. Title, start date, and so on are blank)
  • Adding an iteration to a cadence causes an error message to be displayed
Edited by Simon Knox

Merge request reports