We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add preferred language and country field retrieval and editability
https://world.openfoodfacts.org/cgi/user.pl?type=edit&userid=monsieurtanuki https://world.openfoodfacts.org/cgi/user.pl?type=edit&userid=teolemon
<select name="preferred_language" id="preferred_language-select"> <option value=""></option> <option value="ab"> Abkhaz</option> <select name="country" id="country-select"> <option value=""></option> <option value="en:afghanistan"> Afghanistan</option> ```
The text was updated successfully, but these errors were encountered:
@teolemon We'll probably be stuck like in the "delete" account case: the user needs to be connected in order to change the personal preferences. And so far in dart we don't really "connect". cf. #746 openfoodfacts/smooth-app#4162 openfoodfacts/openfoodfacts-server#8940
Sorry, something went wrong.
No branches or pull requests
What - Proposed solution
Add preferred language and country field retrieval and editability
https://world.openfoodfacts.org/cgi/user.pl?type=edit&userid=monsieurtanuki
https://world.openfoodfacts.org/cgi/user.pl?type=edit&userid=teolemon
The text was updated successfully, but these errors were encountered: