- Issue created by @j-barnes
- First commit to issue fork.
- π©πͺGermany Hydra
Hey @j-barnes, thx for the repot. I see - maybe it should be enough to keep the markup value if it exists, could you test the attached solution?
- Merge request !8#3437406 Make sure not to lose the markup value on meta published. β (Open) created by Hydra
- Status changed to Needs review
9 months ago 3:33pm 1 April 2024 - πΊπΈUnited States j-barnes
@Hydra - thanks for the patch, it work's great on 1.1.0, but might still need some work on the dev branch as it's still being overridden by the late meta set.
if (isset($form['meta'])) { $form['meta'] = [ '#type' => 'details', '#group' => 'advanced', '#weight' => -10, '#title' => t('Status'), '#attributes' => ['class' => ['entity-meta__header']], '#tree' => TRUE, ]; }
- π©πͺGermany Hydra
Thx @j-barnes - now I get it, was on the wrong branch there... Can you check again?
- πΊπΈUnited States j-barnes
@Hydra - Tested with 1.x and it's working great now. Thanks again!
- Status changed to Fixed
9 months ago 11:25am 4 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.