Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

Nicolas Santangelo's Avatar

Nicolas Santangelo

Beigetreten 13. Feb. 2025

·

Letzte Aktivität 13. Feb. 2025

Folge ich

0

Follower

0

Gesamtaktivitäten

4

Stimmen

2

Abonnement

1

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von Nicolas Santangelo

Nicolas Santangelo hat einen Post erstellt

Post 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

Bearbeitet 13. Feb. 2025 · Nicolas Santangelo

1

Follower

2

Stimmen

5

Kommentare