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

Status column sort issue #19

Closed
somzoli opened this issue Feb 4, 2024 · 1 comment
Closed

Status column sort issue #19

somzoli opened this issue Feb 4, 2024 · 1 comment

Comments

@somzoli
Copy link

somzoli commented Feb 4, 2024

Hi when i want to sort by status, get an error:

Column not found: 1054 Unknown column 'status' in 'order clause'

Query:

SELECT
  *
FROM
  `job_manager`
ORDER BY
  `status` ASC
limit
  10 OFFSET 0

Can you manage this?

Thanks!

Z

@adrolli
Copy link
Member

adrolli commented Feb 6, 2024

Thanks for contributing!

Your issue with sorting jobs requires more steps than obvious in the first sight and introduces a breaking change (db-tables, migration and model). So the only thing I can do now is to remove sortable from the Status column.

We will discuss the needed changes and creation of Moox Jobs V3 in the next couple of days and bring back the sortable feature with some other improvements.

@somzoli somzoli closed this as completed Feb 8, 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

No branches or pull requests

2 participants