-
-
Notifications
You must be signed in to change notification settings - Fork 461
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
Labels
Comments
Can you post the complete error that is reported in the console please?
…On Tue, Nov 13, 2018 at 10:13 AM Raimer Encarnación < ***@***.***> wrote:
*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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#106>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAmOfyH8ZGfmhRWT0FXIkq_3iAlf_AAtks5uuuGZgaJpZM4Yb3Bw>
.
|
Thanks. Working on fix.
…On Tue, Nov 13, 2018 at 10:17 AM Raimer Encarnación < ***@***.***> wrote:
There you have!
[image: error_reports]
<https://user-images.githubusercontent.com/15975670/48422702-99895f80-e735-11e8-8bd4-2971dcf07561.png>
[image: reports_error]
<https://user-images.githubusercontent.com/15975670/48422703-99895f80-e735-11e8-8146-501120a83ed5.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#106 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAmOf95vvbgqPsqZ9LlkaqUidrv3czhpks5uuuJ0gaJpZM4Yb3Bw>
.
|
polonel
added a commit
that referenced
this issue
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 |
Looking good! Thanks |
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))
Hi @polonel Is this fix merged into the main/master branch? |
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
Is this a BUG REPORT or FEATURE REQUEST?:
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:
The text was updated successfully, but these errors were encountered: