
| Key: |
QB-3443
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Won't Fix
|
| Priority: |
Major
|
| Assignee: |
Robin Shen
|
| Reporter: |
Robin Shen
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
Created: 13/Sep/19 11:24 PM
Updated: 08/Mar/20 06:38 AM
|
|
| Component/s: |
None
|
| Affects Version/s: |
9.0.20
|
| Fix Version/s: |
None
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
If you edit a html field like Configuration Description and click on source button
and then enter a script and save it seems to work fine.
But if you go back to edit this script, it is converted to html.
Example:
${groovy: "Testing" + "Test2";}
Returns "TestingTest2
Go edit the field and change script and save it, displayed:
${groovy: "Testing" + "Test2s";}
If you click source button it shows:
<p>${groovy: "Testing" + "Test2s";}</p>
|
|
Description
|
If you edit a html field like Configuration Description and click on source button
and then enter a script and save it seems to work fine.
But if you go back to edit this script, it is converted to html.
Example:
${groovy: "Testing" + "Test2";}
Returns "TestingTest2
Go edit the field and change script and save it, displayed:
${groovy: "Testing" + "Test2s";}
If you click source button it shows:
<p>${groovy: "Testing" + "Test2s";}</p> |
Show » |
|