Closed njlxyaoxinwei closed 10 years ago
There is a typo in master branch of Shifts as well!! line 45 of shift model shift.rb There is an extra '}' in the query that is going to cause problems
Here are what I have fixed for this issue:
:find_allowed_locations
, which is a private method that should not have routelink_to_remote
etc) on Location index pagetoggle
action) ajax call (The reason that it wasn't working is because of the typo mentioned in the previous comment, which applies to the running stcdev instance too)display_report_items
view (the "All Shifts" button)display_report_items
view page.I am not sure what the TODO comment in routes.rb means. It seems that the report_items routes are working fine. I may have fixed it on the side when I fixed the report show page issue #229
Right now on rails-3.2 in routes.rb every route to actions of locations controller is disabled.