Skip to content
New issue

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

Fix missing backticks on column names #486

Closed

Conversation

epochlabs-dev
Copy link

When accessing the Customers list as an admin with restricted folder access, a MySQL/MariaDB syntax error is being thrown due to the 'key' column not being enclosed in backticks in CustomerManagementFrameworkBundle\Listing\Filter\Permission::addPermissionFilters().

This pull request adds backticks to the 'key' column, as well as 'path' for consistency.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Aidan Furlan seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dvesh3
Copy link
Contributor

dvesh3 commented Jul 12, 2023

Hi @epochlabs-dev thanks for your contribution. could you please sign the CLA? thanks!

@dvesh3 dvesh3 added the Bug label Jul 12, 2023
@dvesh3 dvesh3 added this to the 3.4.2 milestone Jul 12, 2023
@aryaantony92
Copy link
Contributor

@epochlabs-dev Could you please sign the CLA? Thanks!

@aryaantony92 aryaantony92 modified the milestones: 3.4.2, v4.0.2 Jul 24, 2023
@aryaantony92
Copy link
Contributor

@epochlabs-dev Also, could you please rebase the PR to 4.0 branch as this is a bug fix ?

@aryaantony92
Copy link
Contributor

Closed in favour of #491

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants