From e47abb3c9a6ffb5c0df17ad86da7cdb716c8efbc Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Mon, 6 Dec 2021 16:56:55 +0100 Subject: [PATCH] fix(ui): checkboxes in form service --- app/views/console/database/document.phtml | 1 + app/views/console/functions/function.phtml | 2 +- app/views/console/keys/index.phtml | 4 ++-- app/views/console/webhooks/index.phtml | 4 ++-- public/dist/scripts/app-all.js | 3 ++- public/dist/scripts/app.js | 3 ++- public/scripts/services/form.js | 17 ++++++++++++++--- 7 files changed, 24 insertions(+), 10 deletions(-) diff --git a/app/views/console/database/document.phtml b/app/views/console/database/document.phtml index da0413e77..3da18656f 100644 --- a/app/views/console/database/document.phtml +++ b/app/views/console/database/document.phtml @@ -213,6 +213,7 @@ $logs = $this->getParam('logs', null); :class="(doc[attr.key].length - 1) === index ? 'margin-bottom' : ''" type="checkbox" :name="attr.key" + :value="attr.key" :checked="doc[attr.key][index]" />