fix: remove members on project creation
This commit is contained in:
parent
c493764d4d
commit
ef20af91dd
@ -19,7 +19,7 @@ div.content-box__info
|
|||||||
sib-form.block(
|
sib-form.block(
|
||||||
data-src=`${endpoints.projects}`
|
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*'
|
label-customer.name='Customer\'s name*'
|
||||||
|
|
||||||
@ -51,10 +51,6 @@ div.content-box__info
|
|||||||
|
|
||||||
range-captain=`${endpoints.users}`
|
range-captain=`${endpoints.users}`
|
||||||
|
|
||||||
widget-members='admin-project-add-user'
|
|
||||||
action-members='members'
|
|
||||||
multiple-members
|
|
||||||
|
|
||||||
next='admin-project-list'
|
next='admin-project-list'
|
||||||
|
|
||||||
submit-button='Save'
|
submit-button='Save'
|
||||||
|
Loading…
Reference in New Issue
Block a user