Compare commits
4 Commits
ed224505b8
...
c82c06ae01
Author | SHA1 | Date | |
---|---|---|---|
c82c06ae01 | |||
ae6eff4aa9 | |||
26ef22cf16 | |||
3fad9770a3 |
@ -376,10 +376,12 @@ class HomeController extends Controller
|
||||
->with('bases',$this->bases());
|
||||
|
||||
// If we are rendering a DN, rebuild our object
|
||||
$o = config('server')->fetch($key['dn']);
|
||||
if ($key['dn']) {
|
||||
$o = config('server')->fetch($key['dn']);
|
||||
|
||||
foreach (collect(old())->except(['key','dn','step','_token','userpassword_hash']) as $attr => $value)
|
||||
$o->{$attr} = $value;
|
||||
foreach (collect(old())->except(['key','dn','step','_token','userpassword_hash']) as $attr => $value)
|
||||
$o->{$attr} = $value;
|
||||
}
|
||||
|
||||
return match ($key['cmd']) {
|
||||
'create' => $view
|
||||
|
Loading…
x
Reference in New Issue
Block a user