ctrlpanel/app/Http/Controllers
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
..
Admin fixed product description showing up instead of name in two locations 2024-05-22 10:36:32 -04:00
Api [Feature] Add billing cycles (#823) 2023-05-08 11:59:58 +02:00
Auth fix: 🐛 Fix infinite credit exploit when checking email several times. 2023-09-16 13:20:31 -04:00
Controller.php simple starting permissions. only admin 2023-04-30 02:22:59 +02:00
HomeController.php Merge branch 'billing_system' into feature/billing_cycles 2023-05-08 11:03:10 +02:00
NotificationController.php Apply Laravel coding style 2023-01-05 17:01:42 +00:00
ProductController.php Another ton of modifications 2023-02-24 14:02:28 +01:00
ProfileController.php Feat: Let's implement the coupons now 2023-06-08 20:24:15 +02:00
ServerController.php Buy more button, if user does not have enough credits 2024-05-22 13:18:21 +00:00
StoreController.php fix: 🐛 Added store_enabled option 2023-03-09 12:31:11 +01:00
TicketsController.php customizable ticket information 2023-05-07 21:57:13 +02:00
TranslationController.php Apply Laravel coding style 2023-01-05 17:01:42 +00:00