Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
project
drupal
Merge requests
!7999
non-progressive batch fix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
non-progressive batch fix
issue/drupal-638712:638712-11.x-make-non-progressive-batch
into
11.x
Overview
10
Commits
14
Pipelines
13
Changes
3
All threads resolved!
Show all comments
Open
Sudhir Krishna
requested to merge
issue/drupal-638712:638712-11.x-make-non-progressive-batch
into
11.x
10 months ago
Overview
10
Commits
14
Pipelines
13
Changes
3
All threads resolved!
Show all comments
Expand
Closes
#638712
0
0
Merge request reports
Compare
11.x
version 12
de696462
8 months ago
version 11
61917cce
8 months ago
version 10
65db2440
9 months ago
version 9
09440c9b
9 months ago
version 8
2e981bf2
9 months ago
version 7
884bc282
10 months ago
version 6
cab83262
10 months ago
version 5
b02a8700
10 months ago
version 4
a03bd96a
10 months ago
version 3
303ad1d3
10 months ago
version 2
5cae71bf
10 months ago
version 1
24d984f2
10 months ago
11.x (base)
and
latest version
latest version
86c82586
14 commits,
8 months ago
version 12
de696462
13 commits,
8 months ago
version 11
61917cce
12 commits,
8 months ago
version 10
65db2440
11 commits,
9 months ago
version 9
09440c9b
10 commits,
9 months ago
version 8
2e981bf2
9 commits,
9 months ago
version 7
884bc282
8 commits,
10 months ago
version 6
cab83262
7 commits,
10 months ago
version 5
b02a8700
6 commits,
10 months ago
version 4
a03bd96a
5 commits,
10 months ago
version 3
303ad1d3
4 commits,
10 months ago
version 2
5cae71bf
2 commits,
10 months ago
version 1
24d984f2
1 commit,
10 months ago
3 files
+
45
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
core/includes/form.inc
+
3
−
0
Options
@@ -752,6 +752,9 @@ function batch_set($batch_definition) {
'sets'
=>
[],
'has_form_submits'
=>
FALSE
,
];
if
(
isset
(
$batch_definition
[
'progressive'
]))
{
$batch
[
'progressive'
]
=
$batch_definition
[
'progressive'
];
}
}
// Base and default properties for the batch set.
Loading