mirror of
https://code.naskya.net/repos/ndqEd
synced 2025-01-11 00:56:46 +09:00
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
|
case nc of
|
||||||
NoteContextSharerTicket shr talid ->
|
NoteContextSharerTicket shr talid ->
|
||||||
let talkhid = hashTAL talid
|
let talkhid = hashTAL talid
|
||||||
in [ LocalPersonCollectionSharerTicketTeam shr talkhid
|
in [ -- LocalPersonCollectionSharerTicketTeam shr talkhid
|
||||||
, LocalPersonCollectionSharerTicketFollowers shr talkhid
|
LocalPersonCollectionSharerTicketFollowers shr talkhid
|
||||||
]
|
]
|
||||||
NoteContextProjectTicket shr prj ltid ->
|
NoteContextProjectTicket shr prj ltid ->
|
||||||
let ltkhid = hashLT ltid
|
let ltkhid = hashLT ltid
|
||||||
in [ LocalPersonCollectionProjectTicketTeam shr prj ltkhid
|
in [ -- LocalPersonCollectionProjectTicketTeam shr prj ltkhid
|
||||||
, LocalPersonCollectionProjectTicketFollowers shr prj ltkhid
|
LocalPersonCollectionProjectTicketFollowers shr prj ltkhid
|
||||||
]
|
]
|
||||||
Right _ -> []
|
Right _ -> []
|
||||||
commenter = [LocalPersonCollectionSharerFollowers shrUser]
|
commenter = [LocalPersonCollectionSharerFollowers shrUser]
|
||||||
|
|
Loading…
Reference in a new issue