- Issue created by @bcobin
- Status changed to Postponed: needs info
over 1 year ago 2:31pm 21 June 2023 - 🇺🇸United States agentrickard Georgia (US)
What version of PHP is this? What version of Drupal?
- Status changed to Needs review
over 1 year ago 2:42pm 21 June 2023 - last update
over 1 year ago 93 pass - 🇺🇸United States agentrickard Georgia (US)
This looks like strict type checking for two parameters that were added in Drupal 10.
- last update
over 1 year ago 93 pass - last update
over 1 year ago 93 pass - 🇺🇸United States bcobin
UPDATE: If you try invoking on all displays in a given view, it instanciates on only the targeted view and content fails to display. If you invoke on individual displays, though, it seems to work fine.
I'll take it. Thanks!
- Status changed to RTBC
over 1 year ago 6:29am 29 June 2023 - 🇫🇷France dqd London | N.Y.C | Paris | Hamburg | Berlin
Confirm it as RTBC. Apart from that a notice of importance: in circumstances it can become a deal-beaker for updating Drupal from 9 to 10 since the database update required will trigger this issue and break the final db update. Applying the patch and re-trying to update database after core and modules update runs complete without flaws. 1+ for this issue fixed so quickly!
- First commit to issue fork.
- last update
about 1 year ago 93 pass - First commit to issue fork.
- last update
about 1 year ago 93 pass - last update
about 1 year ago 93 pass - 🇮🇳India ash2303
While patch #4 works fine, I think we don't need to re-declare properties again.
Updating patch, hope it works! - 🇦🇹Austria drupalfan2
I needed patch #15 in order to get it run after Drupal 10 Upgrade.
Patch #4 is also working. - Status changed to Needs work
12 months ago 2:57pm 14 November 2023 - 🇺🇸United States agentrickard Georgia (US)
The two patches need to be reconciled, since #15 is actually a different issue.
- 🇬🇧United Kingdom BWilliams1992
Tested on Drupal 10.1.6 after upgrade from Drupal 9.5.11 and patch #4 worked
Php version 8.1.18
10.3.27-MariaDB
nginx/1.17.10 - 🇮🇳India ash2303
Both patches will work fine.
#4 was created before base class is updated
#15 is created after base class is updatedSo as per latest base class change we need patch #15, we don't need to re-declare base class properties.
- Status changed to Needs review
12 months ago 9:45pm 29 November 2023 - 🇺🇸United States agentrickard Georgia (US)
I see the problem.
https://git.drupalcode.org/project/drupal/-/blob/9.5.x/core/modules/view...
https://git.drupalcode.org/project/drupal/-/blob/10.0.x/core/modules/vie...This was fixed in Drupal core, v 10.x (patch 15). If we commit that, we may break BC with Drupal 9.5, which does not have that (patch 4).
I think the best option is to commit #15. But that might throw some warnings on PHP 8.2 / Drupal 9.5. Not sure we can do anything about that.
- First commit to issue fork.
- Status changed to RTBC
8 months ago 12:00pm 8 March 2024 - 🇺🇦Ukraine ankondrat4 Lutsk
Hello.
+1 RTBC for patch #14 and MR !56 on Drupal 10. - Status changed to Needs review
5 months ago 8:19am 2 June 2024 - 🇫🇷France dqd London | N.Y.C | Paris | Hamburg | Berlin
Thanks for all the work in here. But - Please do not review your own work. First of all patches and merges should be made against latest dev. Second, there are no further comments if anything of #20 & #21 has been addressed yet. Also I would like to read opinions if the attempts here overlap somehow with: 🐛 Fatal error: Type $value_value must be string DomainAccessCurrentAllFilter.php on line 0 RTBC
- Status changed to RTBC
5 months ago 9:50pm 14 June 2024 - 🇺🇸United States capysara
I'll try to summarize the current status.
I'm hiding the patches to avoid confusion going forward.
The current MR just applies the patch from #15 and moves it into a MR. That should address #20 "one clean patch." I'm assuming that the comment meant one clean patch/MR, but if it literally meant "patch," then my apologies for muddying the issue.
RE: #21 I agree with this. It might throw warnings (on EOL D9), but it shouldn't break things.
I think the best option is to commit #15. But that might throw some warnings on PHP 8.2 / Drupal 9.5. Not sure we can do anything about that.
RE: #24, you're right, this issue definitely overlaps with 3413610. It's the same problem, and they addressed it in the same way as #4 in this issue.
I'm closing the other as a duplicate.
I've successfully used the MR so I'm setting to RTBC.
- 🇩🇪Germany spuky
added a fix for an error in the same file during a D 10.3 update but there is also the same fix in 3456123
should I revert my commit ?
- Status changed to Needs work
5 months ago 2:46pm 28 June 2024 - First commit to issue fork.
- Merge request !85Issue #3367785: Fix domain_access_current_all_filter filter for Drupal 10.3 → (Merged) created by webflo
- Status changed to Needs review
5 months ago 8:45pm 29 June 2024 This was fixed in Drupal core, v 10.x (patch 15). If we commit that, we may break BC with Drupal 9.5, which does not have that (patch 4).
I think the best option is to commit #15. But that might throw some warnings on PHP 8.2 / Drupal 9.5. Not sure we can do anything about that.
In this case (#21), the best solution is to use a separate main tag to ensure backward compatibility.
The main problem is the changed scope of the options method. If we remove the override of this method in the filter, we can forget about the backward compatibility issue.
The interface difference is small and may be worth ignoring to forget about the backward compatibility issue at this point:
- with override
- with override
However, MR 85 looks good to me
- 🇩🇪Germany webflo
The problem with the operator selection is that the query does not support the "!=" option. Therefore, "=" must always be selected.
- 🇺🇸United States agentrickard Georgia (US)
Now I wonder if this causes any changes to configuration of existing views.
Testing.
- 🇺🇸United States agentrickard Georgia (US)
This threw an error on 10.3.
Object { message: "\nAn AJAX HTTP error occurred.\nHTTP Result Code: 200\nDebugging information follows.\nPath: /admin/structure/views/ajax/add-handler/duplicate_of_content/page_1/filter\nStatusText: parsererror\nResponseText: \nFatal error: Access level to Drupal\\domain_access\\Plugin\\views\\filter\\DomainAccessCurrentAllFilter::operators() must be public (as in class Drupal\\views\\Plugin\\views\\filter\\BooleanOperator) in /var/www/html/web/modules/contrib/domain/domain_access/src/Plugin/views/filter/DomainAccessCurrentAllFilter.php on line 22", name: "AjaxError", stack: "@https://example.local/sites/default/files/js/js_CvjJwztkp7NtVTxtZWNJm8stD9baau_A9bcQr6PPVOw.js?
Investigating.
- Status changed to RTBC
5 months ago 2:25pm 1 July 2024 - 🇺🇸United States agentrickard Georgia (US)
I have updated MR 85 to use a public method for
function operators()
.This should be RTBC; Drupal 9 support was dropped last year.
https://www.drupal.org/docs/understanding-drupal/drupal-9-release-date-a... →
-
agentrickard →
committed b047251b on 2.0.x authored by
webflo →
Issue #3367785 by webflo, spuky, agentrickard, ash2303, ankondrat4,...
-
agentrickard →
committed b047251b on 2.0.x authored by
webflo →
- Status changed to Fixed
5 months ago 2:41pm 1 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.
- 🇫🇷France nicolas-lsn
Patch for the current 2.0.0-beta1, awaiting the next release.