Skip to content

[WIP] Sort by label priority

username-removed-428933 requested to merge (removed):issue_14189 into master

What does this MR do?

It sorts the issues by label priority

Are there points in the code the reviewer needs to double check?

I used IS NOT DISTINCT FROM in the scope for sorting by priority. It is in the SQL standard, but I am not sure if it is implemented by all the databases.

Why was this MR needed?

Then the priority list in the manual can be expressed in the application

What are the relevant issue numbers?

#14189 (closed)

Merge request reports