Post values should only be saved to the microblog

Created on 5 January 2024, 6 months ago
Updated 11 January 2024, 6 months ago

Problem/Motivation

Currently values are being saved both in the social post controller field, as well as in the associated platform field on the microblog node. Let's make sure the fields on the microblog are the source of truth, so that we do not have to worry about syncing up any edits made in either of the 2 different places.

πŸ“Œ Task
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States MegaKeegMan

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

Comments & Activities

  • Issue created by @MegaKeegMan
  • πŸ‡ΊπŸ‡ΈUnited States MegaKeegMan

    At the time of writing this issue, the module defined a field_social_post_controller. All code related to this field has been removed, and usage of this module now depends on inline_entity_form. Currently, however, the usage and configuration of inline_entity_form is not automated by the module at all. This will either require documentation and/or some more work. Switching to this model means that the post values now only exist on the microblog node.

Production build 0.69.0 2024