Update file metadata for Product.php and fix formatting in appagebuilder.php

This commit is contained in:
2025-05-14 15:09:12 +02:00
parent a155698a53
commit 3bedb8a8bc
2 changed files with 59 additions and 30 deletions

View File

@@ -50,15 +50,39 @@
"addons": {}, "addons": {},
"config_dev.yml": { "config_dev.yml": {
"type": "-", "type": "-",
"size": 1343, "size": 1541,
"lmtime": 0,
"modified": true
},
"config_legacy_dev.yml": {
"type": "-",
"size": 47,
"lmtime": 0,
"modified": false
},
"config_legacy_prod.yml": {
"type": "-",
"size": 163,
"lmtime": 0,
"modified": false
},
"config_legacy_test.yml": {
"type": "-",
"size": 47,
"lmtime": 0,
"modified": false
},
"config_legacy.yml": {
"type": "-",
"size": 590,
"lmtime": 0, "lmtime": 0,
"modified": false "modified": false
}, },
"config.php": { "config.php": {
"type": "-", "type": "-",
"size": 4901, "size": 5037,
"lmtime": 0, "lmtime": 0,
"modified": false "modified": true
}, },
"config_prod.yml": { "config_prod.yml": {
"type": "-", "type": "-",
@@ -68,20 +92,26 @@
}, },
"config_test.yml": { "config_test.yml": {
"type": "-", "type": "-",
"size": 583, "size": 1001,
"lmtime": 0, "lmtime": 0,
"modified": false "modified": true
}, },
"config.yml": { "config.yml": {
"type": "-", "type": "-",
"size": 4495, "size": 4094,
"lmtime": 0,
"modified": true
},
"doctrine.yml": {
"type": "-",
"size": 880,
"lmtime": 0, "lmtime": 0,
"modified": false "modified": false
}, },
"parameters.php": { "parameters.php": {
"type": "-", "type": "-",
"size": 959, "size": 959,
"lmtime": 1732623524174, "lmtime": 1747035939542,
"modified": false "modified": false
}, },
"parameters.yml": { "parameters.yml": {
@@ -92,9 +122,9 @@
}, },
"parameters.yml.dist": { "parameters.yml.dist": {
"type": "-", "type": "-",
"size": 954, "size": 983,
"lmtime": 0, "lmtime": 0,
"modified": false "modified": true
}, },
"routing_dev.yml": { "routing_dev.yml": {
"type": "-", "type": "-",
@@ -104,9 +134,9 @@
}, },
"routing.yml": { "routing.yml": {
"type": "-", "type": "-",
"size": 336, "size": 315,
"lmtime": 0, "lmtime": 0,
"modified": false "modified": true
}, },
"security.yml": { "security.yml": {
"type": "-", "type": "-",
@@ -122,9 +152,9 @@
}, },
"set_parameters.php": { "set_parameters.php": {
"type": "-", "type": "-",
"size": 2084, "size": 3096,
"lmtime": 0, "lmtime": 0,
"modified": false "modified": true
} }
}, },
".htaccess": { ".htaccess": {
@@ -711,8 +741,8 @@
}, },
"Product.php": { "Product.php": {
"type": "-", "type": "-",
"size": 317951, "size": 317954,
"lmtime": 1744723125989, "lmtime": 1744805462611,
"modified": false "modified": false
}, },
"ProductPresenterFactory.php": { "ProductPresenterFactory.php": {
@@ -944,7 +974,7 @@
"defines.inc.php": { "defines.inc.php": {
"type": "-", "type": "-",
"size": 8348, "size": 8348,
"lmtime": 1744723125995, "lmtime": 1746779068906,
"modified": false "modified": false
}, },
"defines_uri.inc.php": { "defines_uri.inc.php": {
@@ -1082,7 +1112,7 @@
}, },
".htaccess": { ".htaccess": {
"type": "-", "type": "-",
"size": 7169, "size": 5737,
"lmtime": 1743169569305, "lmtime": 1743169569305,
"modified": true "modified": true
}, },
@@ -1414,7 +1444,7 @@
}, },
"image_log.json": { "image_log.json": {
"type": "-", "type": "-",
"size": 0, "size": 5110,
"lmtime": 1738935881598, "lmtime": 1738935881598,
"modified": true "modified": true
}, },
@@ -2535,9 +2565,9 @@
}, },
"import-product.php": { "import-product.php": {
"type": "-", "type": "-",
"size": 22080, "size": 22553,
"lmtime": 1742253060000, "lmtime": 1742253060000,
"modified": false "modified": true
}, },
"index.php": { "index.php": {
"type": "-", "type": "-",
@@ -2614,8 +2644,8 @@
}, },
"appagebuilder.php": { "appagebuilder.php": {
"type": "-", "type": "-",
"size": 160070, "size": 160066,
"lmtime": 1744723125998, "lmtime": 1745331680916,
"modified": false "modified": false
}, },
"classes": { "classes": {
@@ -5335,6 +5365,12 @@
"lmtime": 0, "lmtime": 0,
"modified": false "modified": false
}, },
"content.tpl": {
"type": "-",
"size": 7070,
"lmtime": 1744723126011,
"modified": false
},
"guide.tpl": { "guide.tpl": {
"type": "-", "type": "-",
"size": 4200, "size": 4200,
@@ -5430,12 +5466,6 @@
"lmtime": 0, "lmtime": 0,
"modified": false "modified": false
} }
},
"content.tpl": {
"type": "-",
"size": 7070,
"lmtime": 1744723126011,
"modified": false
} }
}, },
"front": { "front": {

View File

@@ -1926,7 +1926,6 @@ class APPageBuilder extends Module
$cache_id = $this->getCacheId('apshortcode', $shortcode_key); $cache_id = $this->getCacheId('apshortcode', $shortcode_key);
if ($disable_cache || !$this->isCached($this->templateFile, $cache_id)) { if ($disable_cache || !$this->isCached($this->templateFile, $cache_id)) {
$shortcode_html = ''; $shortcode_html = '';
$shortcode_obj = ApPageBuilderShortcodeModel::getShortCode($shortcode_key); $shortcode_obj = ApPageBuilderShortcodeModel::getShortCode($shortcode_key);
if (isset($shortcode_obj['id_appagebuilder']) && $shortcode_obj['id_appagebuilder'] != '' && $shortcode_obj['id_appagebuilder'] != 0) { if (isset($shortcode_obj['id_appagebuilder']) && $shortcode_obj['id_appagebuilder'] != '' && $shortcode_obj['id_appagebuilder'] != 0) {
@@ -3253,4 +3252,4 @@ class APPageBuilder extends Module
$employee = null; $employee = null;
return Module::getPermissionStatic($this->id, $action, $employee); return Module::getPermissionStatic($this->id, $action, $employee);
} }
} }