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 : Export filter on label #29531

Closed
wants to merge 1 commit into from

Conversation

atm-irvine
Copy link
Contributor

FIX|Fix #Export filter on label

When you wanted to filter on label, the sql request took the rowid of the resource type instead of the label.
So I changed
'c.label'=>'List:c_type_resource:label'
to
'c.label'=>'List:c_type_resource:label:label'

@eldy eldy closed this in 39c4f3f Apr 29, 2024
eldy added a commit that referenced this pull request Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant