mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Removed ng-disabled conditional from submit button on admin customers index.
This commit is contained in:
committed by
Maikel Linke
parent
56be7b1d46
commit
a6498c2f96
@@ -46,7 +46,7 @@
|
||||
.row.margin-bottom-50{ ng: { show: "!RequestMonitor.loading && filteredCustomers.length > 0" } }
|
||||
%form{ name: "customers_form" }
|
||||
%save-bar{ dirty: "customers_form.$dirty", persist: "false" }
|
||||
%input.red{ type: "button", value: "Save Changes", ng: { click: "submitAll(customers_form)", disabled: "!customers_form.$dirty" } }
|
||||
%input.red{ type: "button", value: "Save Changes", ng: { click: "submitAll(customers_form)" } }
|
||||
|
||||
%table.index#customers
|
||||
%col.email{ width: "20%", 'ng-show' => 'columns.email.visible' }
|
||||
|
||||
Reference in New Issue
Block a user