Skip to content
Snippets Groups Projects

Issue #2707689: NodeForm::actions() checks for delete access on new entities

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -99,7 +99,7 @@ window.Drupal = { behaviors: {}, locale: {} };
*
* @prop {Drupal~behaviorAttach} attach
* Function run on page load and after an Ajax call.
* @prop {Drupal~behaviorDetach} detach
* @prop {Drupal~behaviorDetach} [detach]
* Function run when content is serialized or removed from the page.
*/
Loading