ctrlpanel/app/Http
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
..
Controllers fixed product description showing up instead of name in two locations 2024-05-22 10:36:32 -04:00
Middleware Cleanup Middleware, Fix locale 2023-05-07 18:43:28 +02:00
Kernel.php Cleanup Middleware, Fix locale 2023-05-07 18:43:28 +02:00