Closed philipdanielhayton closed 7 months ago
Hey @philipdanielhayton thanks for the heads-up! I reckon I could manage that entirely in code - create and delete a default template as part of the flippening...
Will see what I can make work.
@philipdanielhayton I can't reproduce this - can you share detailed reproduction steps?
What I've tried:
This was on Umbraco 10.
Hi Nathan,
Firstly, just want to say thank you so much for this package, it's an absolute god-send. Also, love The Hobbit references.
Anyway, this is something I ran into, it's super easy to get around, and I think it's an issue within Umbraco rather than Flip... BUT just thought I'd raise it just incase anyone else runs into it.
If you attempt to flip to a doc type that doesn't have a default template set, it will throw a foreign key exception.
The fix is simple enough; just set a default template. In my case I just created a temporary one that can be deleted once all content is flipped.