Closed Sanjaybhattwebkul closed 2 years ago
This line of code is just used for displaying labels, and if it will not find any string under datagrid.filter of string file https://github.com/krayin/laravel-crm/blob/master/packages/Webkul/UI/src/Resources/lang/en/app.php then it will show blank.
If a URL query string is ?scheduled[eq]=yesterday&type[eq]=meeting then need to translate "scheduled" and "type" to show the label into multi-language.
This line of code is just used for displaying labels, and if it will not find any string under datagrid.filter of string file https://github.com/krayin/laravel-crm/blob/master/packages/Webkul/UI/src/Resources/lang/en/app.php then it will show blank.
If a URL query string is ?scheduled[eq]=yesterday&type[eq]=meeting then need to translate "scheduled" and "type" to show the label into multi-language.
applied changes to display label also when string is not translated #1089
Bagisto Version: Master
Steps To reproduce--
1. Log in as an admin. 2. Click on attributes inside the setting, 3. Try to filter the attributes.
Expected result: The filter label should be visible if the admin is trying to filter the attributes.
Actual result: The filter label is not visible if the admin is trying to filter the attributes. Please find the screenshot Here