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
Commits
91f14480
Commit
91f14480
authored
2 years ago
by
Eric Bremner
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-5709: coding standards
parent
1f9920ce
No related branches found
No related tags found
1 merge request
!264
ISTWCMS-5709: removing the author from the teaser for news and blog
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Service/UwNodeContent.php
+6
-4
6 additions, 4 deletions
src/Service/UwNodeContent.php
with
6 additions
and
4 deletions
src/Service/UwNodeContent.php
+
6
−
4
View file @
91f14480
...
...
@@ -252,7 +252,8 @@ class UwNodeContent {
if
(
$node_flags
[
'get_header'
])
{
if
(
$view_mode
==
'teaser'
)
{
$content_data
[
'header'
][
'date'
]
=
$this
->
addToContentData
(
'date'
,
'field_uw_blog_date'
);
}
else
{
}
else
{
$content_data
[
'header'
][
'date'
]
=
$this
->
addToContentData
(
'date'
,
'field_uw_blog_date'
);
$content_data
[
'header'
][
'author'
]
=
$this
->
addToContentData
(
'author'
,
'field_author'
);
}
...
...
@@ -295,8 +296,7 @@ class UwNodeContent {
*
* @param array $node_flags
* The flags for the node.
* @param string $view_mode
* The view mode of the node.
*
* @return array
* Array of content to get from the node.
*/
...
...
@@ -390,6 +390,7 @@ class UwNodeContent {
* The flags for the node.
* @param string $view_mode
* The view mode of the node.
*
* @return array
* Array of content to get from the node.
*/
...
...
@@ -403,11 +404,12 @@ class UwNodeContent {
if
(
$view_mode
==
'teaser'
)
{
$content_data
[
'header'
][
'date'
]
=
$this
->
addToContentData
(
'date'
,
'field_uw_news_date'
);
}
else
{
else
{
$content_data
[
'header'
][
'date'
]
=
$this
->
addToContentData
(
'date'
,
'field_uw_news_date'
);
$content_data
[
'header'
][
'author'
]
=
$this
->
addToContentData
(
'author'
,
'field_author'
);
}
}
// Get the media.
if
(
$node_flags
[
'get_media'
])
{
$content_data
[
'media'
]
=
$this
->
addToContentData
(
'media'
,
NULL
);
...
...
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