Skip to content

Commit 3c4e51b

Browse files
authored
Merge pull request #52 from LaswitchTech/dev
General: Version bumped to v0.0.54
2 parents 8d85ecc + e37245d commit 3c4e51b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.53
1+
v0.0.54

View/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ className : 'btn-dark requires-selection d-none',
133133
},
134134
},
135135
],
136-
order: [[15, 'asc']],
136+
order: [[16, 'asc']],
137137
columns: tasksDefinition,
138138
});
139139
});

info.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "LaswitchTech",
66
"email": "support@laswitchtech.com",
77
"date": "2025-11-11",
8-
"version": "v0.0.53",
8+
"version": "v0.0.54",
99
"tags": "tasks, management, workflowhub",
1010
"description": "Tasks Plugin for the LaswitchTech Core Framework.",
1111
"repository": "https://github.com/LaswitchTech/core-plugin-tasks",

library.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ builder.add('widgets','tasks', class extends builder.ComponentClass {
13081308
}
13091309

13101310
// Set Column Order
1311-
this._properties.datatable.order = [[8, 'asc']];
1311+
this._properties.datatable.order = [[16, 'asc']];
13121312

13131313
// Setup Placeholder
13141314
this._properties.datatable.initComplete = function(param) {

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ if(typeof dashboard !== "undefined"){
475475
},
476476
buttons: [],
477477
columnDefs: columnDefs,
478-
order: [[15, 'asc']],
478+
order: [[16, 'asc']],
479479
initComplete: function(param) {
480480
$(param.nTableWrapper).find('.dataTables_filter input').attr({
481481
'placeholder': builder.Locale.get('Search...'),

0 commit comments

Comments
 (0)