최근 검색


최근 검색 없음

Jason Harlowe's Avatar

Jason Harlowe

가입한 날짜: 2021년 4월 16일

·

마지막 활동: 2021년 10월 27일

팔로잉

0

팔로워

0

총 활동 수

44

투표

1

플랜 수

41

활동 개요

님의 최근 활동 Jason Harlowe

Jason Harlowe님이 에 댓글을 입력함

커뮤니티 댓글 Feedback - Chat and Messaging (Chat)

This is something our staff could use as well. We love our agents to death but in the end, they are humans, and sometimes we need to be able to guide human behavior. ;)

댓글 보기 · 2021년 5월 19일에 게시됨 · Jason Harlowe

0

팔로워

0

투표 수

0

댓글


Jason Harlowe님이 에 댓글을 입력함

커뮤니티 댓글 Feedback - Help Center (Guide)

@... - 

So far most of this works quite well. I am running into an issue with add the filter drop down you mentioned. 

Every time I add the lines you mentioned for the drop down and field columns it breaks the full page. I am guessing I am adding the dropdown and custom field codes in the wrong places?

I do have the script.js in place as well.

My working code for reference:

 
 
   
      {{breadcrumbs}}
   
 
 
 
       
  • {{t 'requests'}}
  •    
  • {{link 'contributions'}}
  •    
  • {{link 'subscriptions'}}
  •  
     
     
       

    {{t 'my_requests'}}

       
         
              {{#each filters}} {{#if selected}}
             
    • {{name}}
    •         {{else}}
             
    •           {{name}}
             
              {{/if}} {{/each}}
           
         
                                                                
        {{#form 'requests_filter' class='requests-table-toolbar'}}
       
          {{input 'query' id='quick-search' type='search' class='requests-search'}}
       
        {{#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}}
       
          {{t 'requests_search_results_info' count=requests.length query=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'}}
               
                  Bug or
                  Enhancement
               
                  Release Stage
                  "coming soon"
               
                 
                    {{#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}}
       
      Thanks in advance

      댓글 보기 · 2021년 4월 09일에 게시됨 · Jason Harlowe

      0

      팔로워

      0

      투표 수

      0

      댓글