Hi,
I found a problem that field translation page shows 403.
Attach the patch with fix.
It can be reproduced by steps below.
- Install Drupal(8.2.5) with 'Standard' profile
- Enable module 'Configuration Translation' and 'Telephone Validation'
- Add language in /admin/config/regional/language
- Access /admin/structure/types/manage/page/fields
- Select 'Translate' link in operations column for Body field
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | field_translation_page-2898171-3.patch | 397 bytes | zaporylie |
| fix_field_translation_page_403.patch | 396 bytes | hayashi |
Comments
Comment #2
zaporylieThanks for catching this issue and reporting here. I was in fact able to reproduce this issue.
Third party settings are stored on field, not a widget. I think something like field.field.*.third_party.telephone_validation would suit better here. What do you think?
Comment #3
zaporylieSomething like this
Comment #5
zaporylieChanged to
field.field.*.*.*.third_party.telephone_validationon commit.Comment #6
hayashi commentedI think you are right. Thanks for the fix.