Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-3239

validation of required failed in generated forms

    XMLWordPrintable

Details

    Description

      reproduce:

      • use "invoice receipt Generated Forms" process
        --> second task "assign approver" contains the filed "lastname"
        <camunda:formField
        id="lastname" label="Lastname" type="string">
        <camunda:validation>
        <camunda:constraint name="maxlength" config="25" />
        <camunda:constraint name="required" />
        </camunda:validation>
        </camunda:formField>

      the field contains the value from the start form

      • try to complete the form
        --> form cannot be completed. Following notification appears:
        Cannot submit task form d0bf4a7c-85f0-11e4-b24a-28d244730e4e: Invalid value submitted for form field 'lastname': validation of required failed.

      problem:
      Request Payload is empty

      hint:
      the form can only be completed when the value will be changed.

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              michael.schoettes Michael Schoettes
              michael.schoettes Michael Schoettes
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce