Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
single_content_sync
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
single_content_sync
Commits
dc744973
Commit
dc744973
authored
2 years ago
by
Max
Committed by
Oleksandr Kuzava
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3315250
: Add support for core daterange field type
parent
b77dfae5
No related branches found
No related tags found
1 merge request
!35
Issue #3315250: Add support for core daterange field type
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/ContentExporter.php
+1
-0
1 addition, 0 deletions
src/ContentExporter.php
src/ContentImporter.php
+1
-0
1 addition, 0 deletions
src/ContentImporter.php
with
2 additions
and
0 deletions
src/ContentExporter.php
+
1
−
0
View file @
dc744973
...
@@ -348,6 +348,7 @@ class ContentExporter implements ContentExporterInterface {
...
@@ -348,6 +348,7 @@ class ContentExporter implements ContentExporterInterface {
switch
(
$field_type
)
{
switch
(
$field_type
)
{
case
'boolean'
:
case
'boolean'
:
case
'address'
:
case
'address'
:
case
'daterange'
:
case
'datetime'
:
case
'datetime'
:
case
'email'
:
case
'email'
:
case
'geolocation'
:
case
'geolocation'
:
...
...
This diff is collapsed.
Click to expand it.
src/ContentImporter.php
+
1
−
0
View file @
dc744973
...
@@ -242,6 +242,7 @@ class ContentImporter implements ContentImporterInterface {
...
@@ -242,6 +242,7 @@ class ContentImporter implements ContentImporterInterface {
switch
(
$field_definition
->
getType
())
{
switch
(
$field_definition
->
getType
())
{
case
'boolean'
:
case
'boolean'
:
case
'address'
:
case
'address'
:
case
'daterange'
:
case
'datetime'
:
case
'datetime'
:
case
'email'
:
case
'email'
:
case
'geolocation'
:
case
'geolocation'
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment