Modify

Ticket #14017 (closed defect: fixed)

Opened 18 months ago

Last modified 13 months ago

Addition of "ReleaseYear" case to renderMenuTypeClause on Content Gateway

Reported by: beenishs@… Owned by:
Priority: blocker Component: General
Version: 5.2 Keywords:
Cc: Time planned: 1d
Time remaining: 1d Time spent: 1d

Description

Please add a "ReleaseYear?" case to renderMenuTypeClause in Content Gateway.

<cfcase value="ReleaseYear?"> (

tcontent.Display = 1

OR

(

tcontent.Display = 2

AND (

tcontent.DisplayStart? < #createodbcdate(dateadd("D",1,arguments.menuDateTime))# AND (

tcontent.DisplayStop? >= #createodbcdate(arguments.menuDateTime)# or tcontent.DisplayStop? is null

)

)

)

) AND (

(

tcontent.releaseDate < #createodbcdate(dateadd("D",1,createDate(year(arguments.menuDateTime),12,31)))# AND tcontent.releaseDate >= #createodbcdate(createDate(year(arguments.menuDateTime),1,1))#)

OR

(

tcontent.releaseDate is Null AND tcontent.lastUpdate < #createodbcdate(dateadd("D",1,createDate(year(arguments.menuDateTime),12,31)))# AND tcontent.lastUpdate >= #createodbcdate(createDate(year(arguments.menuDateTime),1,1))#

)

)

</cfcase>

Attachments

Change History

comment:1 Changed 17 months ago by blueriver

  • Status changed from new to assigned
  • Type changed from enhancement to defect

Real

comment:2 Changed 15 months ago by mattlevine

  • Owner blueriver deleted
  • Component changed from v5 to General

comment:3 Changed 13 months ago by mattlevine

  • Status changed from assigned to closed
  • Resolution set to fixed

This will be in 5.4

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.