found two bugs

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
HeskPro
Posts: 6
Joined: Thu Sep 13, 2018 8:10 pm

found two bugs

Post by HeskPro »

Good day, found two bugs (v.2.8.2) that go back to the old versions of HESK.
If possible, please fix it!))
1. When I search for tickets by owner (section "Find a ticket" ...I define all the tickets attached to it), then in the output line of the results displays all the pages with this query, but when I go to 2..3 and other pages-constantly displays an error from the database.
Checked a lot of times. Error somewhere in the HESK code.
Please fix it )
Image
Image


2. Section "Show tickets". When I press "More option"...select the desired settings and then save them by pressing "Make this my default view". We constantly update HESK displayed all options (pressed option "more option" and not hidden .)
How to make hide (Less option) after you save the custom settings. Should refresh the page and all strays (More option always on display)!
Image
Klemen
Site Admin
Posts: 10143
Joined: Fri Feb 11, 2005 4:04 pm

Re: found two bugs

Post by Klemen »

Thanks for taking the time to report bugs you find and for the screenshots, these help a lot.

1) this is indeed a bug and it will be fixed in 2.9.0

As a temporary fix, you can open your inc/ticket_list.inc.php file and find this code:

Code: Select all

$query .= '&category='.$category;
That code is 4 times in the file. Just below 2nd and 4th occurrence of that code, add this code:

Code: Select all

$query .= '&owner='.$owner_input;

2) this happens because Hesk remembers the last state of the form when you save default settings.

To hide the options by default, do this:
1. open admin main page
2. click "More options" link
3. select "Make this my default view"
4. click "Less options" link
5. click "Show tickets" button
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
HeskPro
Posts: 6
Joined: Thu Sep 13, 2018 8:10 pm

Re: found two bugs

Post by HeskPro »

Yes, it's work it. Thanx! I loves HESK and very best fan Hesk's!
Very waiting for the new version) Thank you for making HESK better! I will help as much as possible! :)
Plz, I would like to see a Mini notepad (to-do list for admins/staff) in HESK in the future . :roll: :roll:
Let's make it better together!)))
Post Reply