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

Deny use field names in sort URL parameter when for field set property #223

Open
vjik opened this issue Nov 23, 2024 · 0 comments · May be fixed by #231
Open

Deny use field names in sort URL parameter when for field set property #223

vjik opened this issue Nov 23, 2024 · 0 comments · May be fixed by #231
Assignees
Milestone

Comments

@vjik
Copy link
Member

vjik commented Nov 23, 2024

new DataColumn(
  property: 'name',
  field: 'post.name',
),

?sort=post.name must be deny for use, correct is ?sort=name.

@samdark samdark added this to the 1.0 milestone Nov 24, 2024
@samdark samdark self-assigned this Dec 23, 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 a pull request may close this issue.

2 participants