Bug 813367
Summary: | FreeMarker & Human Tasks clash on #{expression} | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise BRMS Platform 5 | Reporter: | Zuzana Krejčová <zkrejcov> | ||||||||
Component: | jBPM 5 | Assignee: | Kris Verlaenen <kverlaen> | ||||||||
Status: | CLOSED UPSTREAM | QA Contact: | |||||||||
Severity: | urgent | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | BRMS 5.3.0.GA | CC: | rzhang | ||||||||
Target Milestone: | ER7 | ||||||||||
Target Release: | BRMS 5.3.0.GA | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2025-02-10 03:19:37 UTC | Type: | Bug | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Attachments: |
|
Description
Zuzana Krejčová
2012-04-17 15:12:03 UTC
Created attachment 578068 [details]
error instead of the task form
Created attachment 578069 [details]
repo used to test
The process used is the Evaluation, the problematic part is the Self Evaluation task and PerformanceEvaluation-taskform, which contains the following lines (the other form is okay):
...
<div id="container">
...
<div id="content">
<fieldset>
<legend>Task Info</legend>
<label for="name">Owners</label>
<div class="div_checkbox">
#{employee}
</div>
<label for="name">Actor ID</label>
<div class="div_checkbox"></div>
<label for="name">Group</label>
<div class="div_checkbox"></div>
<label for="name">Skippable</label>
<div class="div_checkbox">true</div>
<label for="name">Priority</label>
<div class="div_checkbox"></div>
<label for="name">Comment</label>
<div class="div_checkbox">Please perform a self-evalutation.</div>
<div class="clear"></div>
</fieldset>
...
</div>
Fixed in Designer master and 2.2.x branches. Update status to ON_QA. Please verify them against ER6. Confirmed that not picked in ER6. Change status back. The fixed for this issue should be included in ER7. Please do verification on it. This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |