Skip to content
Snippets Groups Projects
Commit dd039000 authored by Antoine Dupré's avatar Antoine Dupré
Browse files

feature: add form add request

parent 0f3c58ba
No related branches found
No related tags found
No related merge requests found
Pipeline #15805 passed
......@@ -995,14 +995,14 @@ import("./utils.js").then((utils) => {
</div>
<div class="segment full padding-xsmall whitespace-normal">
<div class="loader" id="loader-${this.route}-tzcld-add-exchange">
<div class="loader" id="loader-${this.route}-tzcld-add-request-exchange">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<solid-form
fields="segment1(segment2(title(title_prefix), longdesc)), visible"
fields="segment1(segment2(title(title_prefix), date, contactType, user, subject))"
class="segment block whitespace-normal form"
class-visible="hidden"
value-visible="admins"
......@@ -1016,9 +1016,9 @@ import("./utils.js").then((utils) => {
label-longdesc="Contenu de la note :"
class-longdesc="segment margin-bottom-medium full sm-full padding-right-small sm-padding-none text-small text-semibold text-color-heading whitespace-normal text-xlarge"
widget-longdesc="solid-form-richtext-label"
loader-id="loader-${this.route}-tzcld-add-exchange"
loader-id="loader-${this.route}-tzcld-add-request-exchange"
bind-resources=""
nested-field="tzcld_community_shared_notes"
nested-field="tzcld_community_requests"
solid-resource=""
patrtial
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