Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
custom_elements
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
custom_elements
Merge requests
!34
Adds gitlab-ci
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Adds gitlab-ci
issue/custom_elements-3427333:3427333-move-automated-tests
into
3.x
Overview
10
Commits
5
Pipelines
5
Changes
8
Closed
Bálint Junkuncz
requested to merge
issue/custom_elements-3427333:3427333-move-automated-tests
into
3.x
1 year ago
Overview
10
Commits
5
Pipelines
5
Changes
8
Expand
Closes
#3427333
0
0
Merge request reports
Compare
3.x
version 4
89c51f6d
1 year ago
version 3
b1f5ccaf
1 year ago
version 2
84cce3ce
1 year ago
version 1
0226287b
1 year ago
3.x (base)
and
latest version
latest version
a7e4a36a
5 commits,
1 year ago
version 4
89c51f6d
4 commits,
1 year ago
version 3
b1f5ccaf
3 commits,
1 year ago
version 2
84cce3ce
2 commits,
1 year ago
version 1
0226287b
1 commit,
1 year ago
8 files
+
141
−
36
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
modules/custom_elements_ui/src/Form/EntityCustomElementsDisplayEditForm.php
+
1
−
1
Options
@@ -18,7 +18,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
* @internal
* Form classes are internal.
*/
class
EntityCustomElementsDisplayEditForm
extends
EntityDisplayFormBase
{
final
class
EntityCustomElementsDisplayEditForm
extends
EntityDisplayFormBase
{
/**
* {@inheritdoc}
Loading