Josh Crawford
Josh Crawford
Can you comment if there's any overlap between user groups for the users? I don't see that behaviour on my end (quick video below shows the process with 2 reviewer...
The way that this is supposed to work, is that when populating an element (any element, not just the one you might be on), it's added to a cache for...
It's correct behaviour that `#` is not a valid URL. We define a valid URL by it being an _absolute_ URL. It's the reason why things like `mailto:` links won't...
@low Pretty sure it's just because we use the Yii [UrlHelper](https://github.com/craftcms/cms/blob/5.x/src/validators/UrlValidator.php) which we just need to tweak further.
Things seem to be working correctly for me in either Craft 4 or Craft 5. Links are only propagated if the owner entry is considered fresh, which is the same...
Thanks for confirming what you're seeing with that video, very helpful. I'll do my best to replicate that!
I recall this way back in https://github.com/verbb/vizy/issues/205, but Vizy _should_ be trying to fix that. Maybe if you can find the entry's content in question in your database (`elements_sites` database...
Thanks for sending the database through. I see it's Postgres. I'm actually getting a syntax error when trying to import it: ``` ERROR: syntax error at or near "\" LINE...
Still struggling to import that database with Postgres - sorry! But yeah, that error seems to show me that there's some invalid JSON content. Like I've mentioned, Vizy _should_ be...
Thanks for sending through the excerpt of data by the way. The fact that there's invalid JSON in your content is probably pointing to the issue here, although I can't...