Skip to content
Snippets Groups Projects
Commit 1172fdba authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

fix: remove project description

parent 226809cd
No related branches found
No related tags found
1 merge request!201Release/projects
Pipeline #7236 passed
......@@ -23,7 +23,7 @@ div.content-box__info.flex
solid-form.form.button-register(
data-src=`${endpoints.projects || endpoints.post.projects}`
fields='status, line-1(customer.name, name), description, line-2(captain)'
fields='status, line-1(customer.name, name), line-2(captain)'
loader-id='loader-projects-create'
label-status='Statut du cercle*'
......@@ -31,10 +31,6 @@ div.content-box__info.flex
class-status='form-label is-light is-full-width'
value-status="Private"
label-description='Description du projet'
class-description='form-label is-light is-full-width input-text-like'
widget-description='solid-form-textarea'
label-customer.name='Nom du client*'
class-customer.name='form-label is-light is-half-width input-text-like'
......
......@@ -16,7 +16,7 @@ div.content-box__info
solid-form.form.button-register(
bind-resources
fields='line-1(customer.name, name), description'
fields='line-1(customer.name, name)'
label-name='Nom du projet*'
......@@ -25,10 +25,6 @@ div.content-box__info
label-customer.name='Nom du client*'
class-customer.name='form-label is-light is-half-width input-text-like'
label-description='Description du projet'
class-description='form-label is-light is-full-width input-text-like'
widget-description='solid-form-textarea'
partial=""
submit-button='Enregistrer'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment