- last update
over 1 year ago Custom Commands Failed - π³π±Netherlands Lendude Amsterdam
Not a bug I'd say, and not a useful setting, as described, there are other ways to temporarily disable this cache if you are working at ViewsData development, and there is really no other use for this that I see.
Reroll, let's see what I got wrong!
- last update
over 1 year ago 29,740 pass, 28 fail The last submitted patch, 34: 2541074-34.patch, failed testing. View results β
- last update
over 1 year ago 29,787 pass, 4 fail - π³π±Netherlands Lendude Amsterdam
Added update to clear the setting from config, not adding a test for it since the fails in #34 show we have coverage for this.
The last submitted patch, 36: 2541074-36.patch, failed testing. View results β
- last update
over 1 year ago 29,802 pass - π³π±Netherlands Lendude Amsterdam
Update tests to match the new flow.
- Status changed to Needs work
over 1 year ago 2:34pm 9 July 2023 - π³π±Netherlands spokje
--- a/core/modules/views/src/ViewsData.php +++ b/core/modules/views/src/ViewsData.php - public function __construct(CacheBackendInterface $cache_backend, ConfigFactoryInterface $config, ModuleHandlerInterface $module_handler, LanguageManagerInterface $language_manager) { + public function __construct(CacheBackendInterface $cache_backend, ModuleHandlerInterface $module_handler, LanguageManagerInterface $language_manager) {
I think we need to do the deprecation-dance here (as specified in https://www.drupal.org/about/core/policies/core-change-policies/drupal-d... β )?
- Status changed to Needs review
over 1 year ago 11:37am 18 July 2023 - last update
over 1 year ago 29,815 pass - π³π±Netherlands Lendude Amsterdam
Too right, thanks @Spokje
Something like this I guess.
- Status changed to Needs work
over 1 year ago 12:52pm 18 July 2023 - π³π±Netherlands spokje
Well, since I'm already being annoying, we kinda need a CR and the deprecation notice needs to link to that.
(Also CRs are being watched by people working on Rector/PHPStan Drupal-related magic)
- Status changed to Needs review
over 1 year ago 12:56pm 18 July 2023 - π³π±Netherlands Lendude Amsterdam
It has a CR and it is linking to that :)
The NIDs are just eerily similar https://www.drupal.org/node/2541974 β
- Status changed to RTBC
over 1 year ago 1:00pm 18 July 2023 - π³π±Netherlands spokje
Meh!
The NIDs are just eerily similar
Yes, and also in the 2k-range, so I never expected a CR so old...
I've looked at the code and all seems well enough for an RTBC.
- Status changed to Fixed
over 1 year ago 1:22pm 18 July 2023 - πΊπΈUnited States markdorison
The associated change record notes this is being introduced in 10.2.0, but the metadata and commit here seem to indicate 11.x. Is the change record incorrect?
- π³π±Netherlands Lendude Amsterdam
Good question, since it has an update and removed something, I'm gonna assume it will probably not be backported to 10.2, so quick follow up to adjust the deprecation message to mention the correct versions
- π¬π§United Kingdom catch
Just to clarify, 10.2.x will be branched off 11.x around when we get to alpha. https://www.drupal.org/about/core/blog/new-drupal-core-branching-scheme-... β has the details.
Automatically closed - issue fixed for 2 weeks with no activity.