doublesecretagency / craft-spoon

Spoon plugin for Craft CMS - Enhance your Matrix fields with groups, tabs and more!
Other
83 stars 7 forks source link

Double fields #104

Open Collinvdv opened 3 years ago

Collinvdv commented 3 years ago

I am using spoon to organise a big matrix field, I love the fact that the user who has to input thing don't have a long list of fields but get the information more organised.

It worked fine but lately I've got a lot of problems with the plugin. After a couple of times I receive double blocks in my spoon admin panel and this causes a lot of problems when syncing project yaml to several environments.

What am I doing wrong?

image

Thanks for creating the plugin Spoon!

joshangell commented 3 years ago

Hi @Collinvdv - you’re probably not doing anything wrong! Sorry you’re having issues, couple of things you can try:

Let me know if you’re still seeing problems and send me any error details you can if you are.

Joobs commented 2 years ago

I am having this issue.

My workflow is work on dev and sync on production. For for some reason this often creates double or tripple fields.

fthues commented 2 years ago

Are you maybe not removing old files as part of the deployment process? This can happen when you're deploying using rsync without the --delete flag.