Multilanguage static fields save workaround #408
Closed
rallisf1
started this conversation in
Show and tell
Replies: 1 comment
-
|
Damn, I missed that with this you can no longer edit the content in the other languages. Sadly all the workarounds I tried fails. I'm closing this for now so people don't see it as a permanent solution. Personally I'll keep the trigger disabled and enable it whenever I need it. If you have a better approach let me know. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For anyone still using this and creates multi-language sites, there is a bug when you edit the English version of a block with static fields, it will overwrite all the other languages with the previous English content.
My workaround is a Supabase trigger (on public.symbols, before_update, per row) with the following function content:
Beta Was this translation helpful? Give feedback.
All reactions