- Merge request !2Issue #3284764: Use parent method for when not preserving → (Open) created by b_sharpe
- First commit to issue fork.
- last update
12 months ago 1 fail
The current method specifically does not call the parent method due to deprecations in core; however, this causes the module to become out of date whenever the core parent has implementation changes. I think the better method here is to utilize the parent and work around such core issues until they are resolved.
My example was I am using a patch for core that has yet to be merged that fixes migrations by changing the parent method, but I also use this module so that patch was never being hit due to the above.
- Work around core deprecations for tests until core is updated.
Needs work
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.