-
Notifications
You must be signed in to change notification settings - Fork 35
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
The reply button on comments does not automatically reload when I give a comment and press the reply button #8
Comments
@petrukkyaipethel can you share the browser console screenshot after you click on the Reply button in case of the only comment? We need to see if there is any javascript error. |
You can try it yourself, when you input comments without using attachments, there is no error but must be reloaded in the browser so that the comment results appear. that's the problem. |
The helpdesk ticket login display is not working properly. |
@petrukkyaipethel There is a setting in client.config.php define('BASE_URL', 'http://localhost:8080/'); It might be mentioned the same as above, but in your case, the base URL is 'http://localhost/tiket' Please change the line to |
but I have a problem, when creating a new ticket, without attaching the file, the application will not run properly on tikaj helpdesk |
I have installed the GitHub - although I'm receiving the following message: |
I have the same error, it does not save the ticket, if it does not add a file. Actually ... when you do not add a file and press create if it is saved, only you do not perform the event of going to the ticket view as if it were complete, you must refresh the page manually and it is added. |
@ddiaz2380 I have addressed your issue with the emails not being sent here Regarding this particular bug with file attachments, I will soon try to take out time and fix it. |
Thanks! @eksha because the project is very nice, a shame to let it die. |
try this in application / controllers / API / Ticket.php public function addThreadMessage()
|
the reply button on the comment when pressed does not reload, it is just silent, there is no response, but the comment data is entered, while when attaching a file, the reply button reloads. does he work like that? thanks you
The text was updated successfully, but these errors were encountered: