Josh Crawford
Josh Crawford
My biggest concern about this is how to manage your subscribed status. If you comment on something, and are then automatically subscribed as a guest, how would you un-subscribe? For...
@vivienlacourba Looks like this'll be an issue with the Comments plugin directly (which is where the Feed Me code exists now), and how we handle fetching the owner for a...
Fixed for the next release. To get the fix early, change your `verbb/comments` requirement in `composer.json` to: ``` "require": { "verbb/comments": "dev-craft-3 as 1.9.0", "...": "..." } ``` Then run...
Yeah, so this is problematic because it can't really be both ways - storing in the project config and per-environment. I'd say this is almost identical to https://github.com/verbb/formie/issues/591 where my...
Fixed in [2.2.4](https://github.com/verbb/field-manager/releases/tag/2.2.4)
@reilnuud Should be fixed for the next release. To get the fix early, change your `verbb/field-manager` requirement in `composer.json` to: ``` "require": { "verbb/field-manager": "dev-craft-3 as 2.2.4", "...": "..." }...
@tekstrand Yep, would be good to see if https://github.com/verbb/field-manager/issues/82 needs a fix.
Fixed in [3.0.4](https://github.com/verbb/field-manager/releases/tag/3.0.4)
This should be fixed for Craft 4/CP Nav 4 - but I'll see what I can do for Craft 3/CP Nav 3.
Strange, can't seem to replicate this behaviour: https://d.pr/v/b6jeQe Any JS errors when you click "+ New Field"?