Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.51
v0.0.53
4 changes: 2 additions & 2 deletions info.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"base": "tasks",
"author": "LaswitchTech",
"email": "support@laswitchtech.com",
"date": "2025-10-23",
"version": "v0.0.51",
"date": "2025-11-11",
"version": "v0.0.53",
"tags": "tasks, management, workflowhub",
"description": "Tasks Plugin for the LaswitchTech Core Framework.",
"repository": "https://github.com/LaswitchTech/core-plugin-tasks",
Expand Down
2 changes: 1 addition & 1 deletion library.js
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ builder.add('widgets','tasks', class extends builder.ComponentClass {
}

// Set Column Order
this._properties.datatable.order = [[7, 'asc']];
this._properties.datatable.order = [[8, 'asc']];

// Setup Placeholder
this._properties.datatable.initComplete = function(param) {
Expand Down