Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates-3312779
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
automatic_updates-3312779
Commits
7c7407e4
Commit
7c7407e4
authored
2 years ago
by
Ted Bowman
Browse files
Options
Downloads
Patches
Plain Diff
change row keys
parent
052cc204
No related branches found
Tags
previous/3264849-show-next-minor/2022-06-10
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Form/UpdaterForm.php
+2
-2
2 additions, 2 deletions
src/Form/UpdaterForm.php
with
2 additions
and
2 deletions
src/Form/UpdaterForm.php
+
2
−
2
View file @
7c7407e4
...
...
@@ -217,10 +217,10 @@ class UpdaterForm extends FormBase {
// Create an entry for this project.
$rows
=
[];
if
(
$installed_minor_release
)
{
$rows
[
1
]
=
$this
->
getReleaseRow
(
$installed_minor_release
,
$project
[
'title'
]);
$rows
[
'drupal-installed-minor'
]
=
$this
->
getReleaseRow
(
$installed_minor_release
,
$project
[
'title'
]);
}
if
(
$next_minor_release
)
{
$rows
[
2
]
=
$this
->
getReleaseRow
(
$next_minor_release
,
$project
[
'title'
]);
$rows
[
'drupal-next-minor'
]
=
$this
->
getReleaseRow
(
$next_minor_release
,
$project
[
'title'
]);
}
$form
[
'projects'
]
=
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment