givanz / Vvveb

Powerful and easy to use cms to build websites, blogs or ecommerce stores.
https://www.vvveb.com
GNU Affero General Public License v3.0
313 stars 66 forks source link

Error Product Review delete Button refers to wrong page #52

Open xKeRnx opened 10 months ago

xKeRnx commented 10 months ago

Product Review "Delete Button" refers to wrong page -> reffers to product_reviews but should be product-reviews

Changing "admin\controller\content\comments.php"

$comment['delete-url'] = \Vvveb\url(['module' => "$module/$list", 'action' => 'delete'] + $url);

to

$comment['delete-url'] = \Vvveb\url(['module' => "$module/$listController", 'action' => 'delete'] + $url);

givanz commented 10 months ago

Thanks for the bug report, I changed the module parameter https://github.com/givanz/Vvveb/commit/c553dca9405381f36540913269cdf02fbb9116d5