diff options
| author | cedricnjanga | 2018-01-04 17:49:06 +0100 | 
|---|---|---|
| committer | cedricnjanga | 2018-01-05 14:45:54 +0100 | 
| commit | c2ca588ec9ec70ccd77690feacd45c7aae56b355 (patch) | |
| tree | 2521db57e2f7e5592a8968ab8ca99422cb082391 /app/controllers/referentials_controller.rb | |
| parent | 53ad7fc78f60b35982e8622ad5f84c9bd377bba9 (diff) | |
| download | chouette-core-c2ca588ec9ec70ccd77690feacd45c7aae56b355.tar.bz2 | |
Refs #5468 Change redirect after Referential#validate
Diffstat (limited to 'app/controllers/referentials_controller.rb')
| -rw-r--r-- | app/controllers/referentials_controller.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/controllers/referentials_controller.rb b/app/controllers/referentials_controller.rb index 83e3bc56a..436d5ccb5 100644 --- a/app/controllers/referentials_controller.rb +++ b/app/controllers/referentials_controller.rb @@ -66,7 +66,7 @@ class ReferentialsController < ChouetteController    def validate      ComplianceControlSetCopyWorker.perform_async(params[:compliance_control_set], params[:id])      flash[:notice] = t('notice.referentials.validate') -    redirect_to(referential_path) +    redirect_to workbench_compliance_check_sets_path(referential.workbench_id)    end    def destroy | 
