Skip to content

Commit 110f767

Browse files
committed
sorting
1 parent 038f411 commit 110f767

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

services/static-webserver/client/source/class/osparc/desktop/credits/RentalsTableModel.js

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,22 +60,9 @@ qx.Class.define("osparc.desktop.credits.RentalsTableModel", {
6060

6161
statics: {
6262
SERVER_MAX_LIMIT: 49,
63-
COLUMN_ID_TO_DB_COLUMN_MAP: Object.values(osparc.desktop.credits.RentalsTable.COLS).reduce((acc, { id, column }) => {
64-
acc[column] = id;
65-
return acc;
66-
}, {}),
67-
/*
6863
COLUMN_ID_TO_DB_COLUMN_MAP: {
69-
0: "purchaseId",
70-
1: "itemId",
71-
2: "itemLabel",
72-
3: "start",
73-
4: "duration",
74-
5: "seats",
75-
6: "cost",
76-
7: "user",
64+
0: "purchased_at",
7765
},
78-
*/
7966
},
8067

8168
members: {

0 commit comments

Comments
 (0)