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:
Julien Fastré 2023-11-16 11:55:15 +01:00
parent 89e19502d3
commit 53b4747697
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -163,7 +163,6 @@ export default {
async getSocialActionsList() { async getSocialActionsList() {
let actions = await getSocialActions(); let actions = await getSocialActions();
this.actions.options = actions.toSorted(function (a, b) { this.actions.options = actions.toSorted(function (a, b) {
console.log(a, b);
if (a.issue.ordering === b.issue.ordering) { if (a.issue.ordering === b.issue.ordering) {
if (a.ordering === b.ordering) { if (a.ordering === b.ordering) {
return 0; return 0;