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

Crash when generating reports #106

Closed
1 of 2 tasks
rayediaz opened this issue Nov 13, 2018 · 7 comments
Closed
1 of 2 tasks

Crash when generating reports #106

rayediaz opened this issue Nov 13, 2018 · 7 comments

Comments

@rayediaz
Copy link

Is this a BUG REPORT or FEATURE REQUEST?:

  • BUG
  • FEATURE

What happened:
When I try to create a report, the app start loading and never finish. And when I check the console I find an error concerning with $document.createElement pops up.

What did you expect to happen:
I expect to get a report by user, groups, tags, etc.

How to reproduce it (as minimally and precisely as possible):
Go to Generate, Select Report, Tickets by Groups, Users, Tags.

Anything else we need to know?:

Environment:

  • Trudesk Version: 1.0.2
  • OS (e.g. from /etc/os-release): Ubuntu 18.04.1 LTS (Bionic Beaver)
  • Node.JS Version: 9.11.1
  • MongoDB Version: 3.6.3
  • Is this hosted on cloud.trudesk.io: no
@polonel
Copy link
Owner

polonel commented Nov 13, 2018 via email

@rayediaz
Copy link
Author

There you have!

error_reports
reports_error

@polonel
Copy link
Owner

polonel commented Nov 13, 2018 via email

@polonel
Copy link
Owner

polonel commented Nov 13, 2018

The issue is fixed on develop. I cannot push out a release yet. If you wish to switch to the develop branch for testing:

> git checkout develop
> yarn
> yarn run build

Then restart the server under PM2 or whichever method you used to run the server.

@rayediaz
Copy link
Author

Looking good! Thanks

@polonel polonel closed this as completed Nov 13, 2018
polonel added a commit that referenced this issue Dec 3, 2018
## [1.0.3](v1.0.2...v1.0.3) (2018-12-03)

### Bug Fixes

* **accounts:** crash if user was deleted with active conversations [#109](#109) ([6ea0ad4](6ea0ad4))
* **assets:** security fix ([b081965](b081965))
* **install:** server crash due to invalid middleware ([88367d9](88367d9))
* **mobile:** secure assets not loading ([dca823e](dca823e))
* **reports:** unable to download reports [#106](#106) ([a2cdb7f](a2cdb7f))
* **sass:** not compiling for install server ([e0f744d](e0f744d))
* **static:** file access path ([568c343](568c343))
* **style:** disabled classes applied incorrectly ([884519c](884519c))
* **style:** incorrect border style ([5edfb0f](5edfb0f))
* **styles:** incorrect styles ([ae0d82f](ae0d82f))
* **tickettype:** crash when deleting ticket type [#113](#113) ([dc4d335](dc4d335))

### Reverts

* **static:** files path var ([dd440e0](dd440e0))
@rajatency
Copy link

Hi @polonel Is this fix merged into the main/master branch?

@polonel
Copy link
Owner

polonel commented Aug 28, 2023

It shows it was merged on December 2, 2018.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants