Update Self-Service Job History Page
- updated
self_service_history.erbto addVisibilitycolumn with icons to represent whether the job ispublicorprivate. - updated GET
/:user/jobs/?inself_service.rbto accept parameteris_private[]for adding newVisibilityfilter and passis_private_filteranddisable_private_filter(so thatVisibilityfilter is not available when user is accessing job history of other than itself) as locals to templateself_service_history.erb. - updated
self_service_history.erbwith checkboxes for filterVisibilityand updated logic withis_private_filteranddisable_private_filtervalues. - updated tests for GET
/:user/jobs/?in self_service_spec.rb`.
Edited by Pavit Kaur