summaryrefslogtreecommitdiff
path: root/engines/support/app/helpers/auto_tickets_path_helper.rb
AgeCommit message (Collapse)Author
2016-05-12bugfix: test user properly in auto_new_ticket_pathAzul
2014-07-09only use user ticket(s) path for real usersAzul
2014-07-09minor: cleanup some linksAzul
only submit the params that differ from the defaults
2014-04-24return nil as auto_ticket_path for invalid ticketsAzul
The auto_ticket_path is referenced from the tickets_controller like this: respond_with(@ticket, :location => auto_ticket_path(@ticket)) While this only uses the location parameter when the ticket is valid it will still attampt to calculate it if not. During the create action this will lead to crashes because the ticket_path can not be calculated for a ticket without an id. This led to https://leap.se/code/issues/5552 and probably https://leap.se/code/issues/5545.
2014-04-11move engines into engines directoryAzul
Also renamed help to support so it's harder to confuse it with documentation