- Issue created by @drunken monkey
- Merge request !10760Resolve #3496867: Add a call to the parent method to View::onDependencyRemoval(). โ (Open) created by drunken monkey
- ๐ฆ๐นAustria drunken monkey Vienna, Austria
My trivial suggested solution is implemented in this MR.
Letโs see whether the pipelines succeed, otherwise we might already know the reason why this is currently not done. - ๐บ๐ธUnited States smustgrave
This has been seen in better exposed filters, Probably getting test coverage can help show the problem and if the approach works
- ๐บ๐ธUnited States nicxvan
If after all this time this was all that was needed...
- Status changed to Needs work
2 days ago 3:43am 18 April 2025 - First commit to issue fork.
- ๐บ๐ธUnited States smustgrave
Bummer doesn't actually solve the problem for better_exposed_filters but how does third_party_settings get added anyway?
- ๐บ๐ธUnited States dcam
Bummer doesn't actually solve the problem for better_exposed_filters but how does third_party_settings get added anyway?
Yeah, I noticed that, but forgot to mention it last night. Since BEF doesn't use third party settings to modify views, this fix won't apply to that problem.
Third party settings are applied to config entities via the
setThirdPartySetting()
function. - ๐ฆ๐นAustria drunken monkey Vienna, Austria
Thanks a lot for writing the test, looks great!
I just made a few minor changes, now Iโd say this is RTBC.