Opened 15 years ago
Closed 15 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 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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.