Comment out more uses of ticket team collection
This commit is contained in:
parent
a5348245f6
commit
003adcbf7b
1 changed files with 4 additions and 4 deletions
|
@ -216,13 +216,13 @@ createNoteC (Entity pidUser personUser) sharerUser summary audience note = runEx
|
|||
case nc of
|
||||
NoteContextSharerTicket shr talid ->
|
||||
let talkhid = hashTAL talid
|
||||
in [ LocalPersonCollectionSharerTicketTeam shr talkhid
|
||||
, LocalPersonCollectionSharerTicketFollowers shr talkhid
|
||||
in [ -- LocalPersonCollectionSharerTicketTeam shr talkhid
|
||||
LocalPersonCollectionSharerTicketFollowers shr talkhid
|
||||
]
|
||||
NoteContextProjectTicket shr prj ltid ->
|
||||
let ltkhid = hashLT ltid
|
||||
in [ LocalPersonCollectionProjectTicketTeam shr prj ltkhid
|
||||
, LocalPersonCollectionProjectTicketFollowers shr prj ltkhid
|
||||
in [ -- LocalPersonCollectionProjectTicketTeam shr prj ltkhid
|
||||
LocalPersonCollectionProjectTicketFollowers shr prj ltkhid
|
||||
]
|
||||
Right _ -> []
|
||||
commenter = [LocalPersonCollectionSharerFollowers shrUser]
|
||||
|
|
Loading…
Reference in a new issue