- tsconfig.json with files

- component LocationsMap to typescript
- delete bounding box button
- check unique email adresses of creators and contributors
This commit is contained in:
Arno Kaimbacher 2019-11-29 17:33:08 +01:00
parent 9d056b0b9f
commit 2cdfbdb004
12 changed files with 360 additions and 297 deletions

View file

@ -526,7 +526,7 @@
<tbody>
<tr v-for="(item, index) in dataset.keywords">
<td>
<input name="Keyword Value" class="form-control" placeholder="[KEYWORD VALUE]" v-model="item.value" v-validate="{required: true, unique: [dataset.keywords, index]}"
<input name="Keyword Value" class="form-control" placeholder="[KEYWORD VALUE]" v-model="item.value" v-validate="{required: true, unique: [dataset.keywords, index, 'value']}"
data-vv-scope="step-2" />
</td>
<td>