diff --git a/VERSION b/VERSION index 4b4f9fd..2f39ac1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.0.53 +v0.0.54 diff --git a/View/index.php b/View/index.php index 9e5bd5a..e53715d 100644 --- a/View/index.php +++ b/View/index.php @@ -133,7 +133,7 @@ className : 'btn-dark requires-selection d-none', }, }, ], - order: [[15, 'asc']], + order: [[16, 'asc']], columns: tasksDefinition, }); }); diff --git a/info.cfg b/info.cfg index 21045e3..73757c4 100644 --- a/info.cfg +++ b/info.cfg @@ -5,7 +5,7 @@ "author": "LaswitchTech", "email": "support@laswitchtech.com", "date": "2025-11-11", - "version": "v0.0.53", + "version": "v0.0.54", "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 f27d75d..fcf8a9b 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 = [[8, 'asc']]; + this._properties.datatable.order = [[16, 'asc']]; // Setup Placeholder this._properties.datatable.initComplete = function(param) { diff --git a/script.js b/script.js index a161273..6961eea 100644 --- a/script.js +++ b/script.js @@ -475,7 +475,7 @@ if(typeof dashboard !== "undefined"){ }, buttons: [], columnDefs: columnDefs, - order: [[15, 'asc']], + order: [[16, 'asc']], initComplete: function(param) { $(param.nTableWrapper).find('.dataTables_filter input').attr({ 'placeholder': builder.Locale.get('Search...'),