Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
custom_field
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_field
Merge requests
!34
Resolve
#3390339
"Entity reference field"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3390339
"Entity reference field"
issue/custom_field-3390339:3390339-entity-reference-field
into
2.0.x
Overview
0
Commits
35
Pipelines
19
Changes
29
Merged
Andy Marquis
requested to merge
issue/custom_field-3390339:3390339-entity-reference-field
into
2.0.x
1 year ago
Overview
0
Commits
35
Pipelines
19
Changes
29
Expand
Closes
#3390339
0
0
Merge request reports
Compare
2.0.x
version 18
f93e3036
1 year ago
version 17
7eb97835
1 year ago
version 16
7eb97835
1 year ago
version 15
7eb97835
1 year ago
version 14
1b15bd45
1 year ago
version 13
f654c804
1 year ago
version 12
7a60dbfe
1 year ago
version 11
eb7c78f4
1 year ago
version 10
304ab974
1 year ago
version 9
b3b46be4
1 year ago
version 8
112c5ca1
1 year ago
version 7
21078e0e
1 year ago
version 6
c882e257
1 year ago
version 5
998f4c0d
1 year ago
version 4
d7c5b59c
1 year ago
version 3
b43de381
1 year ago
version 2
2273c1db
1 year ago
version 1
751fe80b
1 year ago
2.0.x (base)
and
latest version
latest version
f93e3036
35 commits,
1 year ago
version 18
f93e3036
35 commits,
1 year ago
version 17
7eb97835
34 commits,
1 year ago
version 16
7eb97835
34 commits,
1 year ago
version 15
7eb97835
34 commits,
1 year ago
version 14
1b15bd45
33 commits,
1 year ago
version 13
f654c804
32 commits,
1 year ago
version 12
7a60dbfe
31 commits,
1 year ago
version 11
eb7c78f4
30 commits,
1 year ago
version 10
304ab974
29 commits,
1 year ago
version 9
b3b46be4
28 commits,
1 year ago
version 8
112c5ca1
27 commits,
1 year ago
version 7
21078e0e
26 commits,
1 year ago
version 6
c882e257
25 commits,
1 year ago
version 5
998f4c0d
24 commits,
1 year ago
version 4
d7c5b59c
23 commits,
1 year ago
version 3
b43de381
22 commits,
1 year ago
version 2
2273c1db
21 commits,
1 year ago
version 1
751fe80b
20 commits,
1 year ago
29 files
+
1531
−
26
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
29
Search (e.g. *.vue) (Ctrl+P)
config/schema/custom_field.schema.yml
+
74
−
0
Options
@@ -136,6 +136,12 @@ custom_field.formatter.*:
granularity
:
type
:
integer
label
:
'
Granularity'
view_mode
:
type
:
string
label
:
'
View
mode'
link
:
type
:
boolean
label
:
'
Link
label
to
the
referenced
entity'
field.formatter.settings.custom_formatter
:
type
:
custom_field_formatter_base
@@ -203,6 +209,9 @@ custom_field.column:
datetime_type
:
type
:
string
label
:
'
Date
type'
target_type
:
type
:
string
label
:
'
Type
of
item
to
reference'
custom_field.widget.*
:
type
:
mapping
@@ -326,3 +335,68 @@ custom_field.widget.*:
increment
:
type
:
integer
label
:
'
increment'
match_operator
:
type
:
string
label
:
'
Match
operator'
match_limit
:
type
:
integer
label
:
'
Match
limit'
handler
:
type
:
string
label
:
'
Handler'
handler_settings
:
type
:
mapping
label
:
'
Handler
settings'
mapping
:
include_anonymous
:
type
:
boolean
label
:
'
Include
anonymous'
filter
:
type
:
mapping
label
:
'
Filter'
mapping
:
type
:
type
:
string
label
:
'
Type'
sort
:
type
:
mapping
label
:
'
Sort'
mapping
:
field
:
type
:
string
label
:
'
Sort
by'
direction
:
type
:
string
label
:
'
Sort
direction'
auto_create
:
type
:
boolean
label
:
"
Create
referenced
entities
if
they
don't
already
exist"
target_bundles
:
type
:
sequence
label
:
'
Target
bundles'
sequence
:
type
:
custom_field.target_bundles.[%bundle]
auto_create_bundle
:
type
:
string
label
:
'
Store
new
items
in'
view
:
type
:
mapping
label
:
'
View
used
to
select
the
entities'
mapping
:
view_name
:
type
:
string
label
:
'
View
machine
name'
display_name
:
type
:
string
label
:
'
View
display
name'
arguments
:
type
:
sequence
label
:
'
View
arguments'
sequence
:
type
:
custom_field.view_arguments.[%arg]
custom_field.target_bundles.*
:
type
:
string
custom_field.view_arguments.*
:
type
:
string
Loading