Skip to content

Fix/type coersion entity mutation 3568

Ben requested to merge fix/type-coersion-entity-mutation-3568 into master

Closes front#3568 (closed) Depends on front!1199 (merged)

Summary

Debugging it, I found that on edit we're comparing and GUID and string - I thought about doing something more catch-all, even changing to none-typed != but wanted to be cautious of changing the flow of logic for things that are already working so went for a more surgical approach.

Steps

  1. Make media post with title.
  2. Edit title.
  3. Title should stick.

Regression Scope

Affects entity mutation on edit around the area of attachments, when entity guid changes.

Edited by Ben

Merge request reports