Josh Crawford

Results 1431 comments of Josh Crawford

This is _kind of_ a known issue with Vizy, and it mostly comes down to how content (which is JSON) can differ compared to it coming from PHP into JS....

It almost sounds like this was upgraded from an older version of Navigation on Craft 4 before going to Craft 5. There was a [migration](https://github.com/verbb/navigation/blob/craft-4/src/migrations/m221025_000000_propagation.php) in [2.0.9](https://github.com/verbb/navigation/releases/tag/2.0.9) that added the...

Fixed for the next release. To get this early, run `composer require verbb/comments:"dev-craft-5 as 3.0.0"`.

Updated in [3.0.1](https://github.com/verbb/comments/releases/tag/3.0.1).

Quick clarification here - is the editor creating a brand new entry, or a draft on an already existing entry? The two processes can work slightly differently, so it's worth...

Haven't forgotten about this, just struggling to reproduce this one on our end. Are you able to send through the email template for the submission notification? These can be found...

Actually, just after sending this I was able to replicate this one. Should be fixed for the next release. To get this early, run `composer require verbb/workflow:"dev-craft-4 as 2.0.8"`.

Updated in [2.0.9](https://github.com/verbb/workflow/releases/tag/2.0.9)

I'm not able to replicate this sorry. Can you locate the review in the `workflow_reviews` database table, and ensure that the `draftId` value is actually set?

That was my next question, whether this was a brand-new entry, or a new draft on an entry. Technically in either case they should both be drafts, but just wanted...