最近の検索


最近の検索はありません

Disable user's ability to solve tickets

回答済み


投稿日時:2018年2月06日

Hi, 

we have our client end users solving tickets, but we want this option only to be available to our agents. 

I can't find any simple way to manage this, could you give me some indication?

Thanks. 


1

8

8件のコメント

Hi Juan,

You'll need to edit a little bit of code to make this work, but it should be pretty easy.  

If you are using the default theme you'll need to edit the request_page.ebs file:

In the request_page.ebs file I believe you should be able to just comment out or remove all the following code:

I'm not able to currently test this, but looks like this should work.  could you report back here to verify?  Thanks.

0


image avatar

Jessie Schutz

Zendesk Customer Care

Thanks for hopping in to help, David! You're on fire!

0


Hi, thanks a lot, I'll check it and let you know how it works asap 

Regards!

0


Hi, 

sorry for the late answer. 

What characters should I use to comment those lines? Sorry for the noob question :P

0


image avatar

Jessie Schutz

Zendesk Customer Care

Hey Juan!

You can comment out code in HTML by putting <!-- these characters --> on either end of the text you want to comment out. I found some useful information about this on HTML.com, as well, if you'd like to read more about it!

0


This worked for me, except my code looked different (I guess because I'm using a different theme). I ended up with code that looked like this:

 

</div>
<div class="comment-form-controls clearfix">
<div class="comment-mark-as-solved">
<!--{{checkbox 'mark_as_solved'}}
{{label 'mark_as_solved'}}-->
</div>
{{input type='submit'}}
</div>
</div>
{{/form}}
{{chat_about_my_ticket}}
</section>

0


Thanks for the input! I applied the changes, we'll see how it works!

Thanks and regards!

0


image avatar

Jessie Schutz

Zendesk Customer Care

Thanks for sharing, Ben!

0


投稿コメントは受け付けていません。

お探しのものが見つかりませんか?

新規投稿