fix in support ticket thread
This commit is contained in:
parent
20f63da794
commit
c37c772678
@ -188,7 +188,7 @@ EmailMessage = function(parent, args, list, idx) {
|
||||
);
|
||||
|
||||
// show only first and last message
|
||||
if(idx==-1 || list && list.values.length-1==idx) {
|
||||
if(idx==-1 || list && list.data.length-1==idx) {
|
||||
$ds(this.message)
|
||||
}
|
||||
|
||||
|
@ -1 +1 @@
|
||||
894
|
||||
897
|
Loading…
x
Reference in New Issue
Block a user