Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_cfg_common
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_cfg_common
Merge requests
!188
Something went wrong on our end
ISTWCMS-5214: adding theming for opportunity nodes and fixing dates
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ISTWCMS-5214: adding theming for opportunity nodes and fixing dates
feature/ISTWCMS-5214-ebremner-theme-opportunity-node
into
1.0.x
Overview
0
Commits
8
Pipelines
0
Changes
2
Merged
Eric Bremner
requested to merge
feature/ISTWCMS-5214-ebremner-theme-opportunity-node
into
1.0.x
3 years ago
Overview
0
Commits
8
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
1fcf47a7
Show latest version
2 files
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
1fcf47a7
ISTWCMS-5214: ensure that all dates work correctly
· 1fcf47a7
Eric Bremner
authored
3 years ago
src/Service/UwNodeContent.php
+
3
−
3
Options
@@ -678,10 +678,10 @@ class UwNodeContent {
* @param string $type
* The type of date.
*
* @return
string
* The a
ctual date with proper format
.
* @return
array
* The a
rray of dates
.
*/
public
function
getDate
(
array
$date
,
string
$type
):
string
{
public
function
getDate
(
array
$date
,
string
$type
):
array
{
return
$this
->
uwNodeData
->
getDate
(
$date
,
$type
);
}
Loading