From 2d53055086ee80722e83a7832ad733612f9116d0 Mon Sep 17 00:00:00 2001 From: "E.T" <8301962+ETLaurent@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:23:46 +0100 Subject: [PATCH] PRO-7053: hide `importDraftsOnly` checkbox for autopublished docs (#102) * hide importDraftsOnly option * changelog --------- Co-authored-by: Etienne Laurent --- CHANGELOG.md | 4 ++++ ui/apos/components/AposImportModal.vue | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff95925..62d9434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## UNRELEASED +### Changes + +* Hide the `importDraftsOnly` checkbox for autopublished documents. + ### Adds * Adds a method to sort all exported documents, makes sure that parent pages come always first. diff --git a/ui/apos/components/AposImportModal.vue b/ui/apos/components/AposImportModal.vue index 7fbc1b6..d6f0d56 100644 --- a/ui/apos/components/AposImportModal.vue +++ b/ui/apos/components/AposImportModal.vue @@ -31,7 +31,10 @@ class="apos-import__warning" :modifiers="[ 'apos-is-warning', 'apos-is-filled' ]" /> -
+