How to modify preferences from outside the admin panel #12228
Unanswered
GerardPolloRebozado
asked this question in
Q&A
Replies: 1 comment
-
Found a pr that could solve this |
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.
-
Acording to the docs the hooks to modify the preferences are not available outside the admin panel and I need to add a dropdown fro the user to be able to change the laguage of the website so I decided to make an action and use the payload object to modify it like this:
But when trying to use this action it says theres an error on the update because the user is invalid I tried with and without the user field but both give error so not sure how to fix this. also it doesnt say why its invalid.
Beta Was this translation helpful? Give feedback.
All reactions