ctrlpanel/app/Http/Controllers/Admin
kenshin133 da622b82c3
fixed product description showing up instead of name in two locations
This seems to be referenced two places, admin/servers and admin/users/1

I could not find any other effects of this change but do feel free to double check my work.

themes/default/views/admin/servers/table.blade.php
And
themes/default/views/admin/users/show.blade.php
and perhaps
themes/default/views/admin/users/edit.blade.php

have
data: 'resources', name: 'product.name',

In them, another fix would be to alter this to data: 'product.name' but the proposed change seems like the right one.
2024-05-22 10:36:32 -04:00
..
ActivityLogController.php All permissions except Settings 2023-05-05 01:11:55 +02:00
ApplicationApiController.php All permissions except Settings 2023-05-05 01:11:55 +02:00
CouponController.php Closes #696 2023-10-22 13:48:05 -04:00
InvoiceController.php Too many changes to mention. 2023-02-24 14:02:28 +01:00
LegalController.php All permissions except Settings 2023-05-05 01:11:55 +02:00
OverViewController.php more details on admin overview 2023-06-09 23:55:17 +02:00
PartnerController.php Closes #696 2023-10-22 13:48:05 -04:00
PaymentController.php Aways check if has coupon code in the request. 2023-09-17 14:31:14 -04:00
ProductController.php Closes #696 2023-10-22 13:48:05 -04:00
RoleController.php Fix role search 2023-10-28 11:59:00 -04:00
ServerController.php fixed product description showing up instead of name in two locations 2024-05-22 10:36:32 -04:00
SettingsController.php fix: 🐛locale default language selection 2023-06-04 16:08:22 +02:00
ShopProductController.php Closes #696 2023-10-22 13:48:05 -04:00
TicketCategoryController.php ticket category permissions 2023-05-16 21:32:04 +02:00
TicketsController.php Closes #696 2023-10-22 13:48:05 -04:00
UsefulLinkController.php All permissions except Settings 2023-05-05 01:11:55 +02:00
UserController.php Fix roles notification 2024-03-14 14:40:08 +01:00
VoucherController.php Closes #696 2023-10-22 13:48:05 -04:00