Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
diff
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
diff
Merge requests
!19
3293558: Mark comparison form as workspace safe
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
3293558: Mark comparison form as workspace safe
issue/diff-3293558:3293558-compare-in-workspaces
into
8.x-1.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Closed
s_leu
requested to merge
issue/diff-3293558:3293558-compare-in-workspaces
into
8.x-1.x
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#3293558
Edited
2 years ago
by
s_leu
0
0
Merge request reports
Compare
8.x-1.x
version 1
48a1e8cd
2 years ago
8.x-1.x (base)
and
latest version
latest version
3f0237d2
1 commit,
2 years ago
version 1
48a1e8cd
1 commit,
2 years ago
1 file
+
1
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Form/RevisionOverviewForm.php
+
1
−
0
Options
@@ -306,6 +306,7 @@ class RevisionOverviewForm extends FormBase {
@@ -306,6 +306,7 @@ class RevisionOverviewForm extends FormBase {
'#type'
=>
'pager'
,
'#type'
=>
'pager'
,
);
);
$build
[
'#attached'
][
'library'
][]
=
'node/drupal.node.admin'
;
$build
[
'#attached'
][
'library'
][]
=
'node/drupal.node.admin'
;
$form_state
->
set
(
'workspace_safe'
,
TRUE
);
return
$build
;
return
$build
;
}
}
Loading