
Paul Moran
-
Gesamtaktivitäten35
-
Letzte Aktivität
-
Mitglied seit
-
Folge ich0 Benutzer
-
Gefolgt von0 Benutzer
-
Stimmen1
-
Abonnements18
Aktivitätsübersicht
Neueste Aktivität von Paul Moran-
Paul Moran hat einen Post erstellt
Allow JWT Token to be retrieved even if user isn't logged in
Allow a JWT token to be retrieved from /api/v2/help_center/integration/token even if you're not logged in. Then that token could be sent to the third party service which could verify it. Of course,...
-
Paul Moran hat einen Kommentar hinterlassen
Hi Christine, thank you!
-
Paul Moran hat einen Kommentar hinterlassen
It's a great solution and something we were sorely looking for. However, I get a 401 error when I try using it as an 'anonymous' user. We wanted a way to confirm that the call to the third party s...
-
Paul Moran hat einen Post erstellt
Unified search api 'Access denied'
I'm trying to use the unified search url below and I get a 403 error even though I'm logged into our zendesk hub: /api/v2/guide/search?filter[locales]=en-us If I try the article search /api/v2/help...
-
Paul Moran hat einen Post erstellt
Server-side javascript execution
Feature Request Summary: Zendesk Guide does not provide a way to render server-side Javascript on template pages. Description/Use Cases: We currently call third party apis that provide content...
-
Paul Moran hat einen Post erstellt
Federated search categorization
I'd like to associate the external content with existing zd categories so that when you do a search 'By Category' the external content will show up in under that category's search results. I can tr...
-
Paul Moran hat einen Kommentar hinterlassen
Hi, it would be great to associate the external content with existing zd categories so that when you do a search 'By Category' the external content will show up in under that category's search resu...
-
Paul Moran hat einen Kommentar hinterlassen
Right, thanks for confirming. Indeed, I ended up using the api to create my hierarchy, but it does look like a bug in the template.
-
Paul Moran hat einen Kommentar hinterlassen
Hi Ifra, that's it, you've duplicated the problem. Curlybars doesn't seem to support more than 2 levels of section hierarchy. Here's my screenshot. I've highlighted the top two sections that work:
-
Paul Moran hat einen Kommentar hinterlassen
That's still only two levels of hierarchy ie you have 2 instances of {{#each sections}}. I need another instance of it. If you try the below code, you should see my error. [ {{#each sections}} ...