We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3196b10 commit 29c460fCopy full SHA for 29c460f
resources/views/frames/create.blade.php
@@ -10,8 +10,6 @@
10
@endsection
11
12
@section('main-content')
13
- <x-error/>
14
-
15
<div class="row">
16
<div class="offset-1 col-10">
17
<div class="main-card mb-3 card">
@@ -34,6 +32,7 @@
34
32
<x-form.select
35
33
id="objectclass"
36
name="objectclass[{{ Entry::TAG_NOTAG }}][]"
+ old="objectclass.{{ Entry::TAG_NOTAG }}"
37
:label="__('Select a Structural ObjectClass...')"
38
:options="($oc=$server->schema('objectclasses'))
39
->filter(fn($item)=>$item->isStructural())
0 commit comments