-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
Submission admin always takes last message #170
Comments
|
When saving again, the value is preserved. |
I still don't know what the cause is, however, the following factors are NOT causing it:
At this point I am quite clueless as to what might be the cause of this. |
I've written a regression test but no clue as to the solution. Feel free to pick this one up at any time (but make sure to notify me so we won't accidentily do double work). |
I think the culprit is the
I think the intent was maybe to test |
@claudep Thanks, that's obviously it. I guess when I wrote it I wanted to give Ref: https://docs.djangoproject.com/en/1.9/ref/forms/fields/#initial |
Great that this is resolved so fast! This is why I <3 the Django community! |
Thanks @claudep!
Unless you take the flow with the right upper button, it seems like a submission always take the last message.
Confirmed steps for reproduction
Expected result
Change form shows last newsletter
Found result
Last added newsletter is selected.
The text was updated successfully, but these errors were encountered: