-
- Downloads
Issue #3264437 by chr.fritsch: Do not store the entire form context in the form state
Showing
- composer.json 7 additions, 0 deletionscomposer.json
- drupalci.yml 38 additions, 0 deletionsdrupalci.yml
- src/EntityReferenceActionsHandler.php 8 additions, 35 deletionssrc/EntityReferenceActionsHandler.php
- tests/src/FunctionalJavascript/SubformTest.php 12 additions, 0 deletionstests/src/FunctionalJavascript/SubformTest.php
... | ... | @@ -13,5 +13,12 @@ |
"drupal/inline_entity_form": "^1.0", | ||
"drupal/paragraphs": "^1.0", | ||
"drupal/entity_reference_revisions": "^1.0" | ||
}, | ||
"extra": { | ||
"patches": { | ||
"drupal/inline_entity_form": { | ||
"Changes are lost when collapsing a paragraphs subform including an inline_entity_form": "https://www.drupal.org/files/issues/2021-04-26/2901158-16_0.patch" | ||
} | ||
} | ||
} | ||
} |
drupalci.yml
0 → 100644
Please register or sign in to comment