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 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 by Jari Häkkinen, 16 years ago

Status: newassigned

comment:2 by Jari Häkkinen, 16 years ago

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

comment:3 by Jari Häkkinen, 16 years ago

Description: modified (diff)

comment:4 by Jari Häkkinen, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [4362]) Fixes #1074.

Note: See TracTickets for help on using tickets.