minor #14277 [ProductAttributes] Change translatable status to yes/no in ProductAttributes grid (TheMilek)

This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11 <!-- see the comment below -->                  |
| Bug fix?        | no                                                      |
| New feature?    | no                                                       |
| BC breaks?      | no                                                      |
| Deprecations?   | no <!-- don't forget to update the UPGRADE-*.md file --> |
| License         | MIT                                                          |

<!--
 - Bug fixes must be submitted against the 1.11 branch
 - Features and deprecations must be submitted against the 1.12 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
We decided to change `enabled/disabled` status of `translatable` to `yes/no` as it seems to be more accurate in this case
![image](https://user-images.githubusercontent.com/53942444/188644931-ee7bb992-f978-4dc5-bac4-d3e1fa237e09.png)


Commits
-------

a65ca7a389 change translatable status to yes/no in ProductAttributes grid
This commit is contained in:
Grzegorz Sadowski 2022-09-07 08:56:01 +02:00 committed by GitHub
commit 815afbc862
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ sylius_grid:
label: sylius.ui.translatable
sortable: ~
options:
template: "@SyliusUi/Grid/Field/enabled.html.twig"
template: "@SyliusUi/Grid/Field/yesNo.html.twig"
filters:
code:
type: string