fix: remove members on project creation

This commit is contained in:
Jean-Baptiste Pasquier 2020-01-03 14:15:31 +01:00
parent c493764d4d
commit ef20af91dd
No known key found for this signature in database
GPG Key ID: F2702E6D22ED4D62
1 changed files with 1 additions and 5 deletions

View File

@ -19,7 +19,7 @@ div.content-box__info
sib-form.block(
data-src=`${endpoints.projects}`
fields='line-1(customer.name, name), line-2(customer.logo), line-3(project.description), line-4(businessProvider.name, businessProvider.fee), line-5(customer.companyRegister), line-6(customer.address), line-7(customer.firstName, customer.lastName), line-8(customer.role), line-9(customer.email, customer.phone), line-10(captain), line-11(members)'
fields='line-1(customer.name, name), line-2(customer.logo), line-3(project.description), line-4(businessProvider.name, businessProvider.fee), line-5(customer.companyRegister), line-6(customer.address), line-7(customer.firstName, customer.lastName), line-8(customer.role), line-9(customer.email, customer.phone), line-10(captain)'
label-customer.name='Customer\'s name*'
@ -51,10 +51,6 @@ div.content-box__info
range-captain=`${endpoints.users}`
widget-members='admin-project-add-user'
action-members='members'
multiple-members
next='admin-project-list'
submit-button='Save'