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