We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
plone.app.multilingual/src/plone/app/multilingual/browser/helper_views.py
Line 195 in 104fa6f
there's a missing comma, this is not a tuple while addQuery expect a tuple:
plone.app.multilingual/src/plone/app/multilingual/browser/selector.py
Line 12 in 104fa6f
so if you've a variable 'a' the 'a' not in 'post_path' is false and thus it is not included.
The text was updated successfully, but these errors were encountered:
Update helper_views.py
0674f94
See #472
[fc] Repository: plone.app.multilingual
839faad
Branch: refs/heads/master Date: 2024-11-04T16:25:22+01:00 Author: Yuri (yurj) <[email protected]> Commit: plone/plone.app.multilingual@0674f94 Update helper_views.py See plone/plone.app.multilingual#472 Files changed: M src/plone/app/multilingual/browser/helper_views.py Repository: plone.app.multilingual Branch: refs/heads/master Date: 2024-11-04T16:27:06+01:00 Author: Yuri (yurj) <[email protected]> Commit: plone/plone.app.multilingual@c596751 Create 472.bug Files changed: A news/472.bug Repository: plone.app.multilingual Branch: refs/heads/master Date: 2024-11-04T17:15:19+01:00 Author: Mikel Larreategi (erral) <[email protected]> Commit: plone/plone.app.multilingual@315b308 Merge pull request #473 from plone/yurj-patch-472-missing-comma Update helper_views.py Files changed: A news/472.bug M src/plone/app/multilingual/browser/helper_views.py
No branches or pull requests
plone.app.multilingual/src/plone/app/multilingual/browser/helper_views.py
Line 195 in 104fa6f
there's a missing comma, this is not a tuple while addQuery expect a tuple:
plone.app.multilingual/src/plone/app/multilingual/browser/selector.py
Line 12 in 104fa6f
so if you've a variable 'a' the 'a' not in 'post_path' is false and thus it is not included.
The text was updated successfully, but these errors were encountered: