- 🇨🇦Canada joseph.olstad
patch doesn't apply, patch is not in patch format
see drupal documentation on how to generate a patch.
https://www.drupal.org/docs/develop/git/using-git-to-contribute-to-drupa... →
code in question does not exist
Hi Team
After I upgrade my site to Drupal 9, I getting the following error while trying to view à edit form block in a node page.
- Go to /admin/structure/block add a block Content edit form : choose node type and make it visible for the choosen content type
- Go to the node page
In NodeEditFormBlock.php replace context with context_definitions
/**
* Provides a block for node forms.
*
* @Block(
* id = "formblock_node_edit",
* admin_label = @Translation("Content edit form"),
* provider = "node",
* category = @Translation("Forms"),
* context_definitions = {
* "node" = @ContextDefinition("entity:node")
* }
* )
*
* Note that we set module to node so that blocks will be disabled correctly
* when the module is disabled.
*/
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
patch doesn't apply, patch is not in patch format
see drupal documentation on how to generate a patch.
https://www.drupal.org/docs/develop/git/using-git-to-contribute-to-drupa... →
code in question does not exist