ctrlpanel/app
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
..
Classes fix: 🐛 Try catch for possible non available settings 2024-04-12 21:01:00 +02:00
Console Finish the coupon base. 2023-06-08 20:24:15 +02:00
Enums feat: Added Enum for payment states 2023-06-08 20:24:15 +02:00
Events refactor: ️ remove coupon instance from event 2023-06-08 20:24:15 +02:00
Exceptions Shift core files 2023-01-05 17:02:33 +00:00
Extensions/PaymentGateways Add encrypted migrations and closes #897 2023-10-22 11:11:49 -04:00
Helpers feat: Move Payment concerns from extension to payment controller 2023-06-08 20:24:15 +02:00
Http fixed product description showing up instead of name in two locations 2024-05-22 10:36:32 -04:00
Listeners fix: 🐛 Fix the infinite credits exploit in development. 2023-10-01 09:59:32 -04:00
Models fix: 🐛 Fix the infinite credits exploit in development. 2023-10-01 09:59:32 -04:00
Notifications Fix Notifications 2023-05-09 18:04:40 +02:00
Providers fix: 🐛 Try catch for possible non available settings 2024-04-12 21:01:00 +02:00
Settings chore: ♻️ Add encrypted prop back in 2024-04-24 10:54:06 +02:00
Traits Remove unneeded function 2023-09-17 14:33:21 -04:00