Opened 16 years ago
Closed 16 years ago
#1074 closed defect (fixed)
Base1PluginExecuter: BASE1 text field parameter is not working properly
Reported by: | Jari Häkkinen | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | critical | Milestone: | BASE 2.7.2 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description (last modified by )
Text field parameters in BASE1 are treated specially in that they are transformed to strings before use. In the transformation new line characters are replaced with the string "\r\n". BASE1 plug-ins are of course using this translation to split information supplied through parameters that are text fields in BASE1.
Change History (4)
comment:1 by , 16 years ago
Status: | new → assigned |
---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
BASE 1 field type string and text will be parsed and new line is replaced with \n and carriage return with \r.