Recent searches


No recent searches

Jake Donovan's Avatar

Jake Donovan

Joined May 17, 2021

·

Last activity Oct 22, 2021

Following

0

Followers

0

Total activity

5

Vote

1

Subscription

1

ACTIVITY OVERVIEW

Latest activity by Jake Donovan

Jake Donovan commented,

Community comment Feedback - Help Center (Guide)

@Autumn

I was able to get rid of the error but its still not pulling in the data field. Can you take a look at my code and let me know if you see anything missing?

 



{{t 'my_requests'}}



{{#form 'requests_filter' class='requests-table-toolbar'}}


{{#if help_center.multiple_organizations_enabled}}

{{label 'organization' for='request-organization-select' class='request-filter request-filter-label'}} {{select 'organization'
id='request-organization-select' class='request-filter'}}

{{/if}}


{{subscribe}}


{{label 'status' for='request-status-select' class='request-filter request-filter-label'}} {{select 'status' id='request-status-select'
class='request-filter'}}

{{/form}} {{#if query}}

{{else}} {{#unless requests}}

{{t 'no_requests'}}


{{/unless}} {{/if}}


{{#if requests}}











{{#each requests}}










{{/each}}

{{t 'subject'}} {{t 'id'}}
{{#is current_filter.identifier 'my'}} {{#link 'requests' sort_by='created_at'}}{{t 'created'}}{{/link}} {{else}} {{t 'requester'}}
{{/is}}
{{#link 'requests' sort_by='updated_at'}}{{t 'last_activity'}}{{/link}}
{{t 'status'}}

Expected Launch Date


{{#if subject}} {{subject}} {{else}} {{excerpt description characters=50}} {{/if}}






{{status_name}}


#{{id}}
{{#is ../current_filter.identifier 'my'}} {{date created_at timeago=true}} {{else}} {{requester.name}} {{/is}}
{{date updated_at timeago=true}}

{{status_name}}


{{/if}}

{{pagination}}

View comment · Posted Apr 25, 2018 · Jake Donovan

0

Followers

0

Votes

0

Comments


Jake Donovan commented,

Community comment Feedback - Help Center (Guide)

I keep getting an error that ID doesn't exist with the exact code.... Any thoughts? 

 

View comment · Posted Apr 24, 2018 · Jake Donovan

0

Followers

0

Votes

0

Comments


Jake Donovan commented,

Community comment Feedback - Help Center (Guide)

+ 100 on this one

View comment · Posted Sep 15, 2017 · Jake Donovan

0

Followers

4

Votes

0

Comments