mirror of
https://github.com/snipe/snipe-it.git
synced 2026-04-27 18:25:30 +00:00
Save next_auto_tag_base in settings on edit
This commit is contained in:
@ -190,6 +190,7 @@ class SettingsController extends Controller
|
||||
$settings->user_id = 1;
|
||||
$settings->email_domain = e(Input::get('email_domain'));
|
||||
$settings->email_format = e(Input::get('email_format'));
|
||||
$settings->next_auto_tag_base = 1;
|
||||
|
||||
|
||||
if ((!$user->isValid()) || (!$settings->isValid())) {
|
||||
|
||||
Reference in New Issue
Block a user