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 Jari Häkkinen)

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 Jari Häkkinen

Status: newassigned

comment:2 Changed 15 years ago by Jari Häkkinen

BASE 1 field type string and text will be parsed and new line is replaced with \n and carriage return with \r.

comment:3 Changed 15 years ago by Jari Häkkinen

Description: modified (diff)

comment:4 Changed 15 years ago by Jari Häkkinen

Resolution: fixed
Status: assignedclosed

(In [4362]) Fixes #1074.

Note: See TracTickets for help on using tickets.