Remove QuickEditIntegration from Layout Builder
Open
requested to merge issue/drupal-3264633:3264633-remove-layoutbuilder-quickeditintegration into 9.5.x
Closes #3264633
Merge request reports
Activity
172 179 173 180 $build['#attributes']['data-quickedit-entity-id'] = $entity->getEntityTypeId() . '/' . $entity->id(); 174 181 } 182 183 /** 184 * Implements hook_quickedit_render_field(). 185 * 186 * @todo can this go somewhere else? - Comment on lines +184 to +186
I would look at where the hook is invoked and decide from there. This appears to be in
Drupal\quickedit\QuickEditController::renderField()
.Edited by Jess It's also called from
\Drupal\image\Controller\QuickEditImageController::upload
so I'm inclined to leave it as a hook. It turns out it doesn't actually work when it'squickedit_quickedit_render_field
(changes aren't reflected after saving). Changing tolayout_builder_quickedit_render_field
works if that is allowed.changed this line in version 3 of the diff
- Resolved by Michael Strelan
added 3 commits
added 2 commits
- Resolved by Michael Strelan
added 2 commits
- Resolved by Michael Strelan
added 14 commits
-
b699f32f...18e36fa4 - 11 commits from branch
project:9.4.x
- e951d5f5 - Enable quickedit in HAL/REST tests
- fdb014e5 - Merge branch '9.4.x' into 3264633-remove-layoutbuilder-quickeditintegration
- a5f9ded2 - Fix test group
Toggle commit list-
b699f32f...18e36fa4 - 11 commits from branch
added 13 commits
-
e4542580...5fa8127d - 11 commits from branch
project:9.4.x
- 18f3cad8 - Merge branch '9.4.x' into 3264633-remove-layoutbuilder-quickeditintegration
- 1f6d1f62 - Compatibility with #3263654
-
e4542580...5fa8127d - 11 commits from branch
- Resolved by Michael Strelan
- Resolved by Michael Strelan
- Resolved by Michael Strelan
- Resolved by Michael Strelan
- Resolved by Jess
Please register or sign in to reply