Skip to content

Commit

Permalink
add null empty include for expireDate
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Sep 13, 2024
1 parent b0d7e7a commit 06576d8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,8 @@ component extends="baseHandler" {
.populate(
target = oContent,
memento = rc,
exclude = "contentID,siteID"
exclude = "contentID,siteID",
nullEmptyInclude="expireDate"
)
.addJoinedPublishedtime( rc.publishedTime )
.addJoinedExpiredTime( rc.expireTime );
Expand Down

0 comments on commit 06576d8

Please sign in to comment.