@@ -225,7 +232,7 @@ export default {
apiKey: '',
shareId: '',
options: {
- syncViews: false,
+ syncViews: true,
syncData: true,
syncRollup: false,
syncLookup: true,
@@ -327,7 +334,7 @@ export default {
apiKey: '',
shareId: '',
options: {
- syncViews: false,
+ syncViews: true,
syncData: true,
syncRollup: false,
syncLookup: true,
From a9d756669ae52a87081730e400a54f9b88e9ab53 Mon Sep 17 00:00:00 2001
From: Raju Udava <86527202+dstala@users.noreply.github.com>
Date: Fri, 24 Jun 2022 20:11:50 +0530
Subject: [PATCH 2/3] refactor: reorder menu items
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
---
.../components/import/ImportFromAirtable.vue | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/packages/nc-gui/components/import/ImportFromAirtable.vue b/packages/nc-gui/components/import/ImportFromAirtable.vue
index 4f04064384..845947a760 100644
--- a/packages/nc-gui/components/import/ImportFromAirtable.vue
+++ b/packages/nc-gui/components/import/ImportFromAirtable.vue
@@ -86,6 +86,13 @@
hide-details
dense
/>
+
-
From 546f06a23c352a4e3c90514bf5bf22534d5d44b7 Mon Sep 17 00:00:00 2001
From: Raju Udava <86527202+dstala@users.noreply.github.com>
Date: Sat, 25 Jun 2022 12:16:45 +0530
Subject: [PATCH 3/3] refactor: disable ludicrous mode option
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
---
packages/nc-gui/components/import/ImportFromAirtable.vue | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/packages/nc-gui/components/import/ImportFromAirtable.vue b/packages/nc-gui/components/import/ImportFromAirtable.vue
index 845947a760..a3264182a3 100644
--- a/packages/nc-gui/components/import/ImportFromAirtable.vue
+++ b/packages/nc-gui/components/import/ImportFromAirtable.vue
@@ -8,7 +8,6 @@
🚀
@@ -357,10 +356,10 @@ export default {
this.$toast.error(await this._extractSdkResponseErrorMsg(e)).goAway(3000)
}
},
- enableTurbo() {
- this.$set(this.syncSource.details.options, 'syncViews', true)
- this.$toast.success('🚀🚀 Ludicrous mode activated! Let\'s go! 🚀🚀').goAway(3000)
- },
+ // enableTurbo() {
+ // this.$set(this.syncSource.details.options, 'syncViews', true)
+ // this.$toast.success('🚀🚀 Ludicrous mode activated! Let\'s go! 🚀🚀').goAway(3000)
+ // },
migrateSync(src) {
if (!src.details?.options) {
src.details.options = {