- doi url for dc:identifier
- readonly keywords with id for editor and submitter for edit forms
This commit is contained in:
parent
d80a8ab3f4
commit
28a38da865
6 changed files with 38 additions and 16 deletions
|
@ -542,7 +542,7 @@
|
|||
|
||||
<td>
|
||||
<input v-bind:name="'subjects[' + index +'][id]'" readonly class="form-control" v-model="item.id" hidden />
|
||||
<input v-bind:name="'subjects[' + index +'][value]'" class="form-control"
|
||||
<input v-bind:name="'subjects[' + index +'][value]'" :readonly="item.id != undefined" class="form-control"
|
||||
placeholder="[KEYWORD VALUE]" v-model="item.value" v-validate="'required'" />
|
||||
{{-- {{ Form::text('keywords['.$keyword->id.'][value]', $keyword->value, ['class' => 'form-control', 'placeholder' => '[KEYWORD VALUE]']) }}
|
||||
--}}
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue