Skip to content

Commit

Permalink
Using bypassed params
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz Michalak committed Apr 5, 2015
1 parent 93169eb commit f0d80fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/tickets/calendar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
document.addEventListener('DOMContentLoaded', function() {
jQuery('.fullcalendar.tickets-calendar').fullCalendar({
events: {
url: '<%= calendar_tickets_path(format: :json) %>',
url: '<%= calendar_tickets_path(format: :json, status: params[:status], assignee_id: params[:assignee_id]) %>',
cache: false
},
header: {
Expand Down

0 comments on commit f0d80fc

Please sign in to comment.