config/routes.rb in erp_app-3.1.3 vs config/routes.rb in erp_app-3.1.4

- old
+ new

@@ -77,8 +77,11 @@ match '/widgets/:widget_name/:widget_action/:uuid(/:id)' => "widget_proxy#index", :as => :widget #shared match '/shared/configuration/(/:action(/:id(/:category_id)))' => "shared/configuration" match '/shared/profile_management/:action' => "shared/profile_management" + + #job_tracker + match '/desktop/job_tracker(/:action)' => "desktop/job_tracker/base" end