jmalcic / spina-admin-conferences

Conference management plugin for Spina.
MIT License
1 stars 1 forks source link

Add ability to edit in locales #349

Open jmalcic opened 3 years ago

jmalcic commented 3 years ago

This PR adds the ability to actually enter translated data when editing records.

louis-vs commented 3 years ago

Conference parts aren't saved properly in their respective locales. If I edit the text part in English, it doesn't save. If I edit the part in British English, it saves for both locales - so if I now view the English version I get what I just saved for BE. Further, whenever I submit the conference form, I get Unpermitted parameter: :_destroy which might be related.

The events repeater within the conference works perfectly though, as does every other page as far as I can tell!

jmalcic commented 3 years ago

Thanks for the feedback, will investigate and extend the system tests