Skip to content
Snippets Groups Projects

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

1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
  • 566a168e
    Issue #3291893 by Spokje, alexpott: Stub release for 10.1.x breaks 10.0.x tests in HEAD · 566a168e
    catch authored
@@ -415,6 +415,11 @@ function update_calculate_project_update_status(&$project_data, $available) {
) {
continue;
}
// Ignore dev releases with no date. These are either broken releases or
// stub releases to allow them to be selected on drupal.org project issues.
elseif ($release->getDate() === NULL && $release_module_version->getVersionExtra() === 'dev') {
continue;
}
$release_major_version = $release_module_version->getMajorVersion();
// See if this is a higher major version than our target and yet still
Loading