diff --git a/VERSION b/VERSION index fa5abd9..4b4f9fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.0.51 +v0.0.53 diff --git a/info.cfg b/info.cfg index 1d51831..21045e3 100644 --- a/info.cfg +++ b/info.cfg @@ -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", diff --git a/library.js b/library.js index 5232123..f27d75d 100644 --- a/library.js +++ b/library.js @@ -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) {