clockify / browser-extension

Clockify Browser Extension
https://clockify.me/chrome-time-tracking
BSD 3-Clause "New" or "Revised" License
183 stars 172 forks source link

Freshdesk update has integration stop working #98

Closed andre-m-faria closed 4 years ago

andre-m-faria commented 4 years ago

Recently update on freshdesk has broken the integration, Clockfy button appear below description and when pushing it the timer starst just with ticket number without description [#00000].

aleksandar-olic commented 4 years ago

Fixed (v1.8.30)

andre-m-faria commented 4 years ago

Thanks for the update after this update when I stated the variable "ticket" was between "[ ]" like "[#ticket]".

I've changed it in my file, can you update here? (I don´t know how).

const link = clockifyButton.createButton("[#" + ticket + "] " + desc);;