-
-
Notifications
You must be signed in to change notification settings - Fork 817
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
Bolt\Storage, Bolt\Events\StorageEvents and Bolt\Content surgery #2664
Bolt\Storage, Bolt\Events\StorageEvents and Bolt\Content surgery #2664
Conversation
Awesome. I suspect this will require a bit of testing, because that part of the code is particularly weird. :-) |
A lot less so now :-) |
contenttype is empty
@@ -99,6 +99,100 @@ public static function getBaseColumns() | |||
); | |||
} | |||
|
|||
/** | |||
* Return a content obejcts values |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: "objects"
Merging in. I'll fix these two typos all Bill O'Reilly style! |
Bolt\Storage, Bolt\Events\StorageEvents and Bolt\Content surgery
Not sure if I can't speel or tipe... |
So, you know when you start looking at a bug like #2484 and you think, "how hard can this be?", and 6 hours later you've fixed the problem... and several others along the way?
Changelog
Fixed: StorageEvents::PRE_SAVE now allows proper on-the-fly modification of data (see #2484)