Loading drupalorg/drupalorg.module +5 −0 Original line number Diff line number Diff line Loading @@ -7543,6 +7543,11 @@ function drupalorg_project_release_xml_alter(&$xml, $project, $file, &$release_x else { $project_status = 'unsupported'; } $namespace = project_composer_get_project_namespace($project->nid, 'current'); if ($namespace) { $xml->composer_namespace = 'drupal/' . $namespace; } } // The “current” file has different data for each release. Loading Loading
drupalorg/drupalorg.module +5 −0 Original line number Diff line number Diff line Loading @@ -7543,6 +7543,11 @@ function drupalorg_project_release_xml_alter(&$xml, $project, $file, &$release_x else { $project_status = 'unsupported'; } $namespace = project_composer_get_project_namespace($project->nid, 'current'); if ($namespace) { $xml->composer_namespace = 'drupal/' . $namespace; } } // The “current” file has different data for each release. Loading