Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
date_recur
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
date_recur
Merge requests
!5
Issue
#3200528
: Partially-invalid field value defaults alternative implementation sandbox
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3200528
: Partially-invalid field value defaults alternative implementation sandbox
issue/date_recur-3200528:3200528-partially-invalid
into
3.0.x
Overview
0
Commits
7
Pipelines
0
Changes
12
Closed
dpi
requested to merge
issue/date_recur-3200528:3200528-partially-invalid
into
3.0.x
4 years ago
Overview
0
Commits
7
Pipelines
0
Changes
12
Expand
0
0
Merge request reports
Compare
3.0.x
version 8
12a64459
4 years ago
version 7
00cffcf8
4 years ago
version 6
a8a23c89
4 years ago
version 5
5cee11f8
4 years ago
version 4
617bd04d
4 years ago
version 3
c9a59eed
4 years ago
version 2
c9a59eed
4 years ago
version 1
68f62d50
4 years ago
3.0.x (base)
and
latest version
latest version
f88829ac
7 commits,
4 years ago
version 8
12a64459
6 commits,
4 years ago
version 7
00cffcf8
5 commits,
4 years ago
version 6
a8a23c89
4 commits,
4 years ago
version 5
5cee11f8
3 commits,
4 years ago
version 4
617bd04d
2 commits,
4 years ago
version 3
c9a59eed
1 commit,
4 years ago
version 2
c9a59eed
1 commit,
4 years ago
version 1
68f62d50
1 commit,
4 years ago
12 files
+
409
−
93
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
config/schema/date_recur.schema.yml
+
4
−
1
Options
@@ -7,7 +7,10 @@ field.value.date_recur:
label
:
'
A
time
zone
identifier
used
for
default
start
and/or
end
dates.'
default_time_zone
:
type
:
string
label
:
'
A
time
zone
identifier
used
as
default
value
for
time
zone.
If
empty,
current
user
time
zone
should
be
used.'
label
:
'
A
time
zone
identifier
used
as
default
value
for
time
zone.'
default_time_zone_source
:
type
:
string
label
:
'
Determine
where
to
get
the
time
zone:
the
sibling
`default_time_zone`
with
`fixed`,
or
the
current
user
time
zone
with
`current_user`.'
default_rrule
:
type
:
string
label
:
'
Default
RRULE'
Loading