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
  • 50b2af37
    Issue #3255419: follow-up, fix comment indentation. · 50b2af37
    catch authored
@@ -953,7 +953,7 @@ public function testChangePrimaryKeyToSerial() {
}
// @todo https://www.drupal.org/project/drupal/issues/3222127 Change the
// first item of the array to 0 to test changing a field with 0 to a serial.
// first item to 0 to test changing a field with 0 to a serial.
// Create 8 rows in the table. Note that the 5 value is deliberately
// omitted.
foreach ([1, 2, 3, 4, 6, 7, 8, 9] as $value) {
Loading