최근 검색


최근 검색 없음

Nicolas Santangelo's Avatar

Nicolas Santangelo

가입한 날짜: 2025년 2월 13일

·

마지막 활동: 2025년 2월 13일

팔로잉

0

팔로워

0

총 활동 수

4

투표 수

2

가입 플랜

1

활동 개요

님의 최근 활동 Nicolas Santangelo

Nicolas Santangelo님이 에 게시물을 만듦

게시물 Developer - Zendesk Apps Framework (ZAF)

We have a custom app that suddenly stopped working with no changes in our end. The app is updating the tags on the ticket by doing:

 

const client = ZAFClient.init()
client.invoke("ticket.tags.add", “newTag”)

the code runs fine and returns no error:

 

{
	errors: {}
	ticket.tags.add: ['newTag']
}

 

but the UI is not updated anymore, which leads to the ticket having no tag when submitted.

We tried using .set() instead of invoke but the same thing happens. Same thing if we try with remove instead of add, no error, but no impact on the UI

 

Running client.get("ticket.tags") returns the added tag even tho the UI doesn't show it.


In contrast, running client.invoke("ticket.comment.appendHtml", “html”) works as intended

 

Did something change? is this a possible configuration issue?


Thanks

2025년 2월 13일에 편집됨 · Nicolas Santangelo

1

팔로워

2

투표 수

5

댓글