From a42141f5198de5772b8fba53774c6d99df672ac2 Mon Sep 17 00:00:00 2001 From: iglocska Date: Thu, 17 Jan 2019 07:57:23 +0100 Subject: [PATCH] new: [UI] disable attribute correlation during creation / modification --- app/View/Attributes/add.ctp | 4 ++++ app/View/Attributes/edit.ctp | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/app/View/Attributes/add.ctp b/app/View/Attributes/add.ctp index d65fe4b42..83e282848 100644 --- a/app/View/Attributes/add.ctp +++ b/app/View/Attributes/add.ctp @@ -78,6 +78,10 @@ echo $this->Form->input('batch_import', array( 'type' => 'checkbox' )); + echo '
'; + echo $this->Form->input('disable_correlation', array( + 'type' => 'checkbox' + )); ?> diff --git a/app/View/Attributes/edit.ctp b/app/View/Attributes/edit.ctp index 345bc81bb..aeb246bd7 100644 --- a/app/View/Attributes/edit.ctp +++ b/app/View/Attributes/edit.ctp @@ -59,6 +59,10 @@ 'type' => 'checkbox', )); } + echo '
'; + echo $this->Form->input('disable_correlation', array( + 'type' => 'checkbox' + )); ?>

" id="warning-message">