Skip to content
Snippets Groups Projects
Commit 52648e30 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Add required rules to some FieldMapping fields

parent 5aaea3d9
No related tags found
1 merge request!110Draft: Read an write from and to LDAP based on MappingSets
Pipeline #124266 failed
......@@ -120,12 +120,26 @@ import DialogObjectForm from "aleksis.core/components/generic/dialogs/DialogObje
</v-icon>
</v-btn>
</template>
<template #ldapAttribute.field="{ attrs, on }">
<v-text-field
v-bind="attrs"
v-on="on"
:rules="requiredRule"
/>
</template>
<template #useRegex.field="{ attrs, on }">
<v-checkbox
v-bind="attrs"
v-on="on"
/>
</template>
<template #writeTemplate.field="{ attrs, on }">
<v-text-field
v-bind="attrs"
v-on="on"
:rules="requiredRule"
/>
</template>
<template #useTemplate.field="{ attrs, on }">
<v-checkbox
v-bind="attrs"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment