Sodium: Closed ticket in error
-
@danp said in Sodium: Closed ticket in error:
P.S. Is there a preferred existing thread where we can post questions / issues?
If you click the SODIUM tag, you can pull up all Sodium Threads.
-
@danp said in Sodium: Closed ticket in error:
@quixoticjeremy Has this been addressed?
FWIW, I started using the system recently and have run into some of the same issues. In my case, I only see the one view (My Open Tickets) and I haven't found a way to create a new one.
Also, I don't have any available entries in the Ticket Type listbox.
P.S. Is there a preferred existing thread where we can post questions / issues?
Hey there, you can absolutely create ticket views:
In order to create views, select the filter button at the top, check off the save filter as view, give it a name and apply the filter.
As for ticket type being empty that will populate with ticket types that you create.
Edit:
as for how to create ticket types, currently you can quick create them by selecting the + symbol next to ticket type when you go to create a ticket:
-
@quixoticjeremy I don't get the option to type the view name (these elements aren't visible for me, even after checking the save filter as view option).
-
@danp said in Sodium: Closed ticket in error:
@quixoticjeremy I don't get the option to type the view name (these elements aren't visible for me, even after checking the save filter as view option).
FYI, this is broken for me using FF 54. It works correctly under Chrome.
This is what I see in the FF browser console when I click the checkbox --
-
"change input": function(e){ e.preventDefault(); if(event.target.id == 'saveFilasView'){ $("#vn").toggle(); }
Shouldn't
event
be changed toe
? That would likely fix the issue with FF. -
@danp said in Sodium: Closed ticket in error:
"change input": function(e){ e.preventDefault(); if(event.target.id == 'saveFilasView'){ $("#vn").toggle(); }
Shouldn't
event
be changed toe
? That would likely fix the issue with FF.Very likely. Interesting that it has no issues in chrome (you are the only one having issues in chrome and there are a LOT of people creating filters with no issues in chrome, I am seeing it in firefox now though) yet fails in firefox. When I get a moment today I'll look into it.
-
@danp Looks like that resolved it. Must have written event purely out of habit. FF will be good after the next release.
-
@quixoticjeremy Great! FWIW, it was working correctly for me in Chrome.
-
@danp said in Sodium: Closed ticket in error:
@quixoticjeremy Great! FWIW, it was working correctly for me in Chrome.
Great! And good catch btw
-
Hopefully soon-ish there will be workflows for things like ticket closings so that there can be customer defined actions, checks, or whatever when something like that happens.