trilbymedia / grav-plugin-git-sync

Collaboratively Synchronize your Grav `user` folder hosted on GitHub, BitBucket or GitLab
Apache License 2.0
240 stars 58 forks source link

unable to now add subfolders of 'themes' #141

Closed paulhibbitts closed 5 years ago

paulhibbitts commented 5 years ago

Hi @w00fz ,

I've noticed that somewhere along the way past 2.0 I seem to be unable to add a subfolder for syncing, for example themes/mytheme. Here is the error message I see:

2019-05-01_16-18-24

If I manually edit the gitsync.yaml file with the subfolder all works as expected.

Please let me know if any more info is helpful etc.

Thanks very much, Paul

w00fz commented 5 years ago

That is odd as nothing has really changed... I will test this out and report back.

paulhibbitts commented 5 years ago

Thanks very much @w00fz !

w00fz commented 5 years ago

I believe some new grav/form/admin changed the behavior of the select vs selectize field and caused the validation to break.

I have now switched the field over to selectize. This fixed the problem for GitSync and I released 2.0.5.

Cheers.