Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi, When upload txt file in ticket , total count of words attaching at the end of the file #665

Open
vasu7A opened this issue Jul 1, 2023 · 5 comments
Labels
Bug Something isn't working Fixed Proposed Regarding PR is already added for this issue Review Regarding this PR is reviewed

Comments

@vasu7A
Copy link

vasu7A commented Jul 1, 2023

Description

How to reproduce

Possible Solution

Additional context

@vasu7A
Copy link
Author

vasu7A commented Jul 1, 2023

image
image

@komal-sh-27
Copy link

@vasu7A

Thanks for reporting this issue. We will check and update to you.

Thanks for your time and patience !!!

Kind Respect,
Uvdesk Team

@komal-sh-27 komal-sh-27 added Bug Something isn't working Work in Progress Regarding working on this issue Review Regarding this PR is reviewed labels Jul 3, 2023
@komal-sh-27
Copy link

@vasu7A,

We have added some changes in the code, you can change some files in your project code. Please follow the below steps:

You will be change in core-framework bundle under the your-project-name/vendor/uvdesk/core-framework/controller/ticket.php file added the below code:

    // $response->setContent(readfile($path));
    readfile($path);

For Reference Commit id:

ad4ab27

You will be change in support-center-bundle under the your-project-name/vendor/uvdesk/support-center-bundle/controller/ticket.php file added the below code:

    // $response->setContent(readfile($path));
    readfile($path);

For Reference Commit id:

uvdesk/support-center-bundle@fc8e4eb

After these changes you will be the cleared cache of your project using the below command:

$ php bin/console c:c

Please make a try the above changes and let we know you have still facing the same issue.

@vasu7A
Copy link
Author

vasu7A commented Jul 4, 2023

Worked! Thank You...

@komal-sh-27
Copy link

@vasu7A

Thanks for the updated here. These changes will be reflected on the future release.

Thanks and Regards
Uvdesk Team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Fixed Proposed Regarding PR is already added for this issue Review Regarding this PR is reviewed
Projects
None yet
Development

No branches or pull requests

2 participants