Do not show Tickets in the schedule screen when they are either in the Trash or in the Clipboard. Fixes bug #12345.
This commit is contained in:
parent
ee783e7374
commit
45d7c5505f
2 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
- fixed #12349: Friends invitation error
|
||||
- fixed #12353: Dataform List mode
|
||||
- fixed #12364: Site export loses session info
|
||||
- fixed #12345: tickets in trash still show up
|
||||
|
||||
7.10.24
|
||||
- fixed #12318: asset error causes asset manager to fail
|
||||
|
|
|
|||
|
|
@ -1792,6 +1792,7 @@ sub www_getScheduleDataJSON {
|
|||
and EMSTicket.location in ( } .
|
||||
join( ',', (map { $db->quote($_) } (@ticketLocations))) .
|
||||
q{ )
|
||||
and asset.state='published'
|
||||
and assetData.revisionDate = (
|
||||
select max(revisionDate)
|
||||
from assetData
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue