🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.

    UVdesk

    • Login
    • Search
    • Recent
    1. Home
    2. HockeyDevil07
    3. Topics
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by HockeyDevil07

    • H

      Solved How can I override templates?
      Technical Help • • HockeyDevil07

      2
      0
      Votes
      2
      Posts
      594
      Views

      H

      Found the answer to my own question. Either Symfony's documentation is a bit wrong or UVdesk application isn't using the normal methods per Symfony's documentation.

      I was attempting to use Symfony's instructions here (https://symfony.com/doc/current/bundles/override.html) but it did not work. I was trying to override the login template with a file in 'templates/bundles/UVDeskSupportCenter/Knowledgebase/login.html.twig'. This did not work. I was able to find this semi-related issue in GitHub (https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/issues/557) that got me on the right track.

      Using "bin/console debug:twig" I was able to find the correct path which is "templates/bundles/UVDeskSupportCenterBundle"/Knowledgebase/login.html.twig". You need to add that 'Bundle' onto the end of the end of the bundle name as it exists here (https://github.com/uvdesk/support-center-bundle/blob/master/Controller/Customer.php#L102).

    • H

      Solved Saved Replies Vs Prepared Responses
      General Discussion • • HockeyDevil07

      4
      0
      Votes
      4
      Posts
      732
      Views

      Sanjeev

      @HockeyDevil07

      Yes, exactly it is use for manually apply action on ticket.
      It is same as like workflow.

      But the difference is Workflow executes on a event automatically but you can apply prepared response on a ticket manually (by clicking on particular prepared response).

    • H

      Solved Auto Close Tickets?
      Technical Help • • HockeyDevil07

      7
      0
      Votes
      7
      Posts
      852
      Views

      Sanjeev

      @HockeyDevil07

      Currently is not not possible to have this feature with opensource as it is much time taking feature to add into project with some more dependencies to setup other requirements.