You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
HI @zodman, I have been using this package for sometime now and +1. I get an error each time I share_flash to transmit it and it works fine but this error is persistent (like kind of remains in the session) and appears on all other requests.
I think setting request.session['share']['flash'] to {'success': False, 'error': False} after updating the variable props should work. Let me know you thoughs.
The text was updated successfully, but these errors were encountered:
We could also use the Django Messages module to have flash messages, but this is made for simple string message and it's not that easy to store JSON messages. (it requires to decode/encode them).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
HI @zodman, I have been using this package for sometime now and +1. I get an error each time I
share_flash
to transmit it and it works fine but this error is persistent (like kind of remains in the session) and appears on all other requests.I think setting
request.session['share']['flash']
to{'success': False, 'error': False}
after updating the variableprops
should work. Let me know you thoughs.The text was updated successfully, but these errors were encountered: