diff --git a/resources/views/components/attribute/binary/jpegphoto.blade.php b/resources/views/components/attribute/binary/jpegphoto.blade.php index 60d2e99e..5ecdf18c 100644 --- a/resources/views/components/attribute/binary/jpegphoto.blade.php +++ b/resources/views/components/attribute/binary/jpegphoto.blade.php @@ -2,7 +2,7 @@ - @foreach (($old ? $o->values_old : $o->values) as $value) + @foreach ($o->values_old as $value) @switch ($x=$f->buffer($value,FILEINFO_MIME_TYPE)) @case('image/jpeg') diff --git a/resources/views/components/attribute/krbprincipalkey.blade.php b/resources/views/components/attribute/krbprincipalkey.blade.php index cf58ced0..3c89d26e 100644 --- a/resources/views/components/attribute/krbprincipalkey.blade.php +++ b/resources/views/components/attribute/krbprincipalkey.blade.php @@ -1,6 +1,7 @@ + - @foreach($o->values as $value) + @foreach($o->values_old as $value) @if($edit)
($e=$errors->get($o->name_lc.'.'.$loop->index)),'mb-1','border-focus'=>$o->values->contains($value)]) name="{{ $o->name_lc }}[]" value="{{ md5($value) }}" @readonly(true)> diff --git a/resources/views/components/attribute/password.blade.php b/resources/views/components/attribute/password.blade.php index e2bab04b..895dc168 100644 --- a/resources/views/components/attribute/password.blade.php +++ b/resources/views/components/attribute/password.blade.php @@ -1,6 +1,7 @@ + - @foreach($o->values as $value) + @foreach($o->values_old as $value) @if($edit)