最近搜索


没有最近搜索

Alina Maxi's Avatar

Alina Maxi

已加入2022年1月27日

·

最后活动2022年1月27日

关注

0

关注者

0

活动总数

3

投票

1

订阅

1

活动概览

的最新活动 Alina Maxi

Alina Maxi 进行了评论,

社区评论 Feedback - Help Center (Guide)

Hi all,

Thanks for the valuable info.

I have been trying all the solutions here, but my code just doesn't seem to work ( the column header appears but it is empty-->no values shown). Also, the closing of the script doesn't seem to be accepted. I am posting the entire body section from requests_page.hbs, maybe you can spot something that I didn't. The domain name was overwritten with cname just for this comment. 

Additional info

1. I have tried also using requests vs tickets in the json call, but it didn't help

2. The console also said ''uncaught exception $ is not defined'' next to the  $.ajax({

 


          {{#each requests}}
           
             
               
                  {{#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}}
               

             
             
             

             
           
           
          {{/each}}
       
     
    {{/if}}
 

  {{pagination}}

查看评论 · 已于 2022年1月27日 发布 · Alina Maxi

0

关注者

0

投票

0

评论