-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Value changed in creating observer is not saved in the database #707
Comments
cannot replicate this behavior. Could you give some more detail? what is the value of Heres what i tried to replicate:
Looks like its working. It's also working if i don't set the name, its also working if i use the create method. Can you tell me what else is missing that i haven't tried here? |
hmm possibly. This is deff more good information so I'll go back and see if I can replicate this |
Thank you! :) |
v2.13.1 |
Hi, I am using observer like this:
but after I do:
observer is called, but value is not saved in the database. If I try to call
website.get_raw_attribute('app_name')
aftersave()
I get the new value, but justwebsite.app_name
returns the old one.Expected behavior
I think it should change value to the new one, but please check if I am doing something wrong.
Desktop:
What database are you using?
The text was updated successfully, but these errors were encountered: