-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forms are not XML/HTML encoded #2365
Milestone
Comments
korthout
added
bug
Something isn't working
platform:Darwin
Forms
Camunda 8
Flags an issue as related to Camunda 8
labels
Jul 9, 2021
I can reproduce the issue. |
Congratulations by the way. You surfaced a low-level XML serialization bug. We don't have many of these around, anymore 🥇 |
nikku
added a commit
to camunda/zeebe-bpmn-moddle
that referenced
this issue
Jul 9, 2021
This prevents encoding errors as elements are properly regarded as encodeable. Related to camunda/camunda-modeler#2365
Actually just a |
nikku
added
needs review
Review pending
and removed
ready
Ready to be worked on
labels
Jul 11, 2021
— with
bpmn-io-tasks
philippfromme
pushed a commit
to camunda/zeebe-bpmn-moddle
that referenced
this issue
Jul 14, 2021
This prevents encoding errors as elements are properly regarded as encodeable. Related to camunda/camunda-modeler#2365
philippfromme
pushed a commit
to camunda/zeebe-bpmn-moddle
that referenced
this issue
Jul 14, 2021
This prevents encoding errors as elements are properly regarded as encodeable. Related to camunda/camunda-modeler#2365
nikku
added
fixed upstream
Requires integration of upstream change
and removed
needs review
Review pending
labels
Jul 14, 2021
nikku
added a commit
to camunda/camunda-bpmn-js
that referenced
this issue
Jul 14, 2021
Corrects encoding of user task form definitions. Related to camunda/camunda-modeler#2365
nikku
added a commit
that referenced
this issue
Jul 14, 2021
bpmn-io-tasks
bot
added
needs review
Review pending
and removed
fixed upstream
Requires integration of upstream change
labels
Jul 14, 2021
Closed via #2369 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
Forms that define xml tags in the label, description, etc are not xml/html encoded.
Steps to Reproduce
Hello, <world>!
Expected Behavior
Values defined in the form editor should be xml/html encoded.
For example,
Hello, <world>!
should be encoded toHello, <world>!
(I think)Environment
The text was updated successfully, but these errors were encountered: