Merge pull request #5408 from luisramos0/columns_params

[Spree 2.1] Add missing permitted param to Column Preferences controller
This commit is contained in:
Pau Pérez Fabregat
2020-05-21 14:41:30 +02:00
committed by GitHub
2 changed files with 9 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
%div.menu{ 'ng-show' => "expanded" }
%div.menu_item{ ng: { repeat: "column in columns", click: "toggle(column)", class: "{selected: column.visible}" } }
%span.check
%span.name {{column.name }}
%span.name {{ column.name }}
%hr
%div.menu_item.text-center
%input.fullwidth.orange{ type: "button", ng: { value: "saved() ? 'Saved': 'Saving'", show: "saved() || saving", disabled: "saved()" } }