mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Make column name consistent with field name (BREAKING)
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
f08babfa8a
commit
c3e4d9d773
|
@ -268,9 +268,9 @@ class UserPresenter extends Presenter
|
|||
'formatter' => 'trueFalseFormatter',
|
||||
],
|
||||
[
|
||||
'field' => 'two_factor_activated',
|
||||
'field' => 'two_factor_optin',
|
||||
'searchable' => false,
|
||||
'sortable' => false,
|
||||
'sortable' => true,
|
||||
'switchable' => true,
|
||||
'title' => trans('admin/users/general.two_factor_active'),
|
||||
'visible' => false,
|
||||
|
|
Loading…
Reference in a new issue