From 795bdb11e8ce2fa70e53fd7315b079a6a2198d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABlle=20Morin?= Date: Mon, 21 Oct 2019 11:37:07 +0200 Subject: [PATCH] wip on owner dropdown --- src/page-circle-edit.pug | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/page-circle-edit.pug b/src/page-circle-edit.pug index 2e5e696..40c538d 100644 --- a/src/page-circle-edit.pug +++ b/src/page-circle-edit.pug @@ -20,14 +20,16 @@ sib-form.block( bind-resources - fields='block-circle__info(name, status), description' + fields='block-circle__info(name, owner), description' + range-owner=`${endpoints.users}` - label-status='status (coming soon)' + label-owner='owner' class-name='form-label is-light is-half-width' - class-status='form-label is-light is-half-width' + class-owner='form-label is-light is-half-width member-select' class-description='form-label is-light is-full-width' + widget-owner='sib-form-auto-completion' widget-description='sib-form-textarea' )