Support address_country and address_zone field types

Created on 25 November 2023, 7 months ago
Updated 4 March 2024, 4 months ago

Problem/Motivation

The address module provides 3 field types: address, address_country and address_zone; however, we only support the address one.
Other field types should be supported as well.

Steps to reproduce

Install the address module, add field of Country or Zone field type (found under Address category).
Create content and try exporting it.
Expected: the content is exported.
Actual: Country and Zone field types are not supported.

Proposed resolution

Add support for these field types via SimpleFieldDeriver. This should be probably done after πŸ“Œ Simple Field Processor plugins tests Fixed is merged which would add necessary tests infrastructure.

Remaining tasks

Wait for πŸ“Œ Simple Field Processor plugins tests Fixed to be merged, add new field types and test cases for them.

User interface changes

New field types would be exportable.

API changes

New field types would be exportable.

Data model changes

Exported YML files would include new field types which could be incompatible with older versions of the module but that's expected.

πŸ“Œ Task
Status

Fixed

Version

1.4

Component

Code

Created by

πŸ‡ΊπŸ‡¦Ukraine abramm Lutsk

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024