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

Double quotes are not escaped in generated task forms

    XMLWordPrintable

Details

    Description

      Steps to reproduce:
      1) deploy a process with generated task form (the form should include at least on field of type string, whereby the defaultValue is retrieved by the variable "foo")
      2) start a process instance with a variable foo with the value This is a "test" message.
      3) go to tasklist
      4) open the corresponding task

      Problem:
      Only This is a is displayed inside the input field.

      Expected Behavior:
      This is a "test" message. is displayed inside the input field.

      Hint:
      The resulting html input field in the browsers looks as follows:

      <input class="form-control ng-valid ng-valid-cam-variable-type ng-pristine" name="foo" cam-variable-type="String" cam-variable-name="foo" type="text" value="This is a " test="" message.="" ng-model="foo">
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce