Skip to content
New issue

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

saving and transmitting multiple-select-fields are buggy #251

Open
matacino opened this issue Nov 17, 2020 · 4 comments
Open

saving and transmitting multiple-select-fields are buggy #251

matacino opened this issue Nov 17, 2020 · 4 comments

Comments

@matacino
Copy link

matacino commented Nov 17, 2020

  1. Saving and sending per mail sends/saves not the value but the "visible" content.
  2. Sending with HTTP-Repost transmits the last selected value (in this the case the right content) and not the list of the values of all selected fields.

System-env: Python 3.8.6 and Django 2.2.15, fobi 0.15

Regards

@barseghyanartur
Copy link
Owner

barseghyanartur commented Nov 17, 2020

Check FOBI_FORM_ELEMENT_SELECT_MULTIPLE_SUBMIT_VALUE_AS. Also, check all other select fields, as each of them has a dedicated setting.

@matacino
Copy link
Author

Thank you for the hint and clarification!
I Tested it and it changes the behavior of the E-Mail and Database- Form action but unfortunately not for the http-repost.
If it is not implented I could add this.
Currently I am working on a version of the http-repost with an additional attribut-value pair for the send-header eg. for auth-tokens.

@barseghyanartur
Copy link
Owner

@matacino:

If so, please do. Use branch v0.16.x.

@barseghyanartur
Copy link
Owner

@matacino: Any progress on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants