mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fixup! Export: in filter "Filter accompanying period work (social action) by type, goal and result", order the items alphabetically or with the defined order
This commit is contained in:
parent
89e19502d3
commit
53b4747697
@ -163,7 +163,6 @@ export default {
|
||||
async getSocialActionsList() {
|
||||
let actions = await getSocialActions();
|
||||
this.actions.options = actions.toSorted(function (a, b) {
|
||||
console.log(a, b);
|
||||
if (a.issue.ordering === b.issue.ordering) {
|
||||
if (a.ordering === b.ordering) {
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user