|
|
@ -77,6 +77,12 @@ |
|
|
|
hide-details |
|
|
|
hide-details |
|
|
|
dense |
|
|
|
dense |
|
|
|
/> |
|
|
|
/> |
|
|
|
|
|
|
|
<v-checkbox |
|
|
|
|
|
|
|
v-model="syncSource.details.options.syncAttachment" |
|
|
|
|
|
|
|
label="Import Attachment Columns" |
|
|
|
|
|
|
|
hide-details |
|
|
|
|
|
|
|
dense |
|
|
|
|
|
|
|
/> |
|
|
|
<v-tooltip bottom> |
|
|
|
<v-tooltip bottom> |
|
|
|
<template #activator="{ on }"> |
|
|
|
<template #activator="{ on }"> |
|
|
|
<div v-on="on"> |
|
|
|
<div v-on="on"> |
|
|
@ -192,7 +198,8 @@ export default { |
|
|
|
syncData: true, |
|
|
|
syncData: true, |
|
|
|
syncRollup: false, |
|
|
|
syncRollup: false, |
|
|
|
syncLookup: true, |
|
|
|
syncLookup: true, |
|
|
|
syncFormula: false |
|
|
|
syncFormula: false, |
|
|
|
|
|
|
|
syncAttachment: true |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|