feat: Zaktualizuj kolejność sortowania w widoku produktów

This commit is contained in:
2026-02-02 23:42:56 +01:00
parent 7edb515582
commit c00b64ce46
2 changed files with 21 additions and 13 deletions

View File

@@ -29,8 +29,8 @@
},
"class.Campaigns.php": {
"type": "-",
"size": 2817,
"lmtime": 0,
"size": 3809,
"lmtime": 1769729268048,
"modified": false
},
"class.Cron.php": {
@@ -41,8 +41,8 @@
},
"class.Products.php": {
"type": "-",
"size": 13723,
"lmtime": 1769467026122,
"size": 14277,
"lmtime": 1769726635358,
"modified": false
},
"class.Site.php": {
@@ -61,9 +61,9 @@
"factory": {
"class.Campaigns.php": {
"type": "-",
"size": 1245,
"lmtime": 0,
"modified": true
"size": 1649,
"lmtime": 1769729268049,
"modified": false
},
"class.Cron.php": {
"type": "-",
@@ -73,8 +73,8 @@
},
"class.Products.php": {
"type": "-",
"size": 6644,
"lmtime": 1769467013018,
"size": 6956,
"lmtime": 1769726808348,
"modified": false
},
"class.Users.php": {
@@ -161,9 +161,9 @@
"products": {
"main_view.php": {
"type": "-",
"size": 15258,
"lmtime": 1763678650806,
"modified": true
"size": 19004,
"lmtime": 1769727759481,
"modified": false
},
"product_history.php": {
"type": "-",
@@ -191,6 +191,14 @@
"lmtime": 0,
"modified": false
}
},
"campaigns": {
"main_view.php": {
"type": "-",
"size": 11584,
"lmtime": 1769729268050,
"modified": false
}
}
},
"tmp": {},

View File

@@ -157,7 +157,7 @@
{ width: '50px', name: 'cl3', orderable: false },
{ width: '100px', orderable: false },
{ width: '50px', orderable: false }],
order: [ [ 5, 'desc' ] ]
order: [ [ 6, 'desc' ] ]
});
});