Fix when adding a new objectclass with required attributes, validation errors are correctly display on the returned form

This commit is contained in:
2025-03-10 13:03:24 +11:00
parent ef2ea5e266
commit b34dad8836
2 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
@extends('layouts.dn')
@section('page_title')
@include('fragment.dn.header',['o'=>($o=config('server')->fetch($dn))])
@include('fragment.dn.header',['o'=>($o ?? $o=config('server')->fetch($dn))])
@endsection
@section('main-content')