- Issue created by @fgm
- Status changed to Needs review
over 1 year ago 4:39pm 29 May 2023 - last update
over 1 year ago 2 pass - Status changed to Fixed
over 1 year ago 4:44pm 29 May 2023 Automatically closed - issue fixed for 2 weeks with no activity.
In G2 D4.7/D5/D6, the expansion, complement, and origin fields are handled by G2 with specific logic, e.g. g2_form
.
Because D7+ has fields in core, that logic should no longer be needed, and should be replaceable by config.
n.a.
Revise / remove:
g2_form
: use form modesg2_insert
: should be stored automatically with nodeg2_load
: should be loaded automatically with nodeg2_update
: should be stored automatically with nodeg2_view
: should be formatted according to view modes, but contains some side-effect which may still need an implementationtheme_g2_body
: default field formatting with view modestheme_g2_period
: default field formatting with view modestheme_g2_teaser
: default field formatting with view modesAlso, remove the CTools contexts integration, which has no direct equivalent in D8+, and applies to fields too: g2_init
, g2_preprocess_page
, and g2_view
.
Remove code and validate UI.
Node form is more standard.
None.
The extra G2 fields are now revisioned instead of being non-revisioned.
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.