Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
entity_mesh
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
entity_mesh
Merge requests
!15
Issue
#3509161
by eduardo morales alberti: Do not delete rows on translation add
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3509161
by eduardo morales alberti: Do not delete rows on translation add
issue/entity_mesh-3509161:3509161-do-not-delete
into
1.0.x
Overview
0
Commits
7
Pipelines
7
Changes
6
Merged
eduardo morales alberti
requested to merge
issue/entity_mesh-3509161:3509161-do-not-delete
into
1.0.x
3 months ago
Overview
0
Commits
7
Pipelines
7
Changes
6
Expand
Closes
#3509161
0
0
Merge request reports
Compare
1.0.x
version 5
5fc09e82
3 months ago
version 4
c5373910
3 months ago
version 3
e1bb168f
3 months ago
version 2
a301124d
3 months ago
version 1
a1161a6f
3 months ago
1.0.x (base)
and
latest version
latest version
74d67af8
7 commits,
3 months ago
version 5
5fc09e82
6 commits,
3 months ago
version 4
c5373910
5 commits,
3 months ago
version 3
e1bb168f
4 commits,
3 months ago
version 2
a301124d
3 commits,
3 months ago
version 1
a1161a6f
1 commit,
3 months ago
6 files
+
29
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
src/Plugin/views/filter/BaseSelectFilter.php
+
5
−
1
Options
@@ -11,7 +11,11 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
*/
abstract
class
BaseSelectFilter
extends
InOperator
implements
ContainerFactoryPluginInterface
{
// phpcs:ignore
/**
* Value form type.
*
* @var string
*/
protected
$valueFormType
=
'select'
;
/**
Loading