|
@@ -103,7 +103,8 @@ class CPeService {
|
|
'title', coalesce(pff.field_title_override, cfd.title),
|
|
'title', coalesce(pff.field_title_override, cfd.title),
|
|
'mask', cfd.mask,
|
|
'mask', cfd.mask,
|
|
'options', cfd.options,
|
|
'options', cfd.options,
|
|
- 'validators', cfwv.validators
|
|
|
|
|
|
+ 'validators', cfwv.validators,
|
|
|
|
+ 'orderNumber', pff.order_number
|
|
)) as fields
|
|
)) as fields
|
|
from
|
|
from
|
|
act.pe_form_fields pff
|
|
act.pe_form_fields pff
|
|
@@ -281,7 +282,7 @@ class CPeService {
|
|
'validators',
|
|
'validators',
|
|
cfwv.validators,
|
|
cfwv.validators,
|
|
'orderNumber',
|
|
'orderNumber',
|
|
- pff.order_number,
|
|
|
|
|
|
+ pff.order_number
|
|
)) filter (
|
|
)) filter (
|
|
where
|
|
where
|
|
cfwv.field_definition_id is not null),
|
|
cfwv.field_definition_id is not null),
|
|
@@ -348,7 +349,7 @@ class CPeService {
|
|
'validators',
|
|
'validators',
|
|
cfwv.validators,
|
|
cfwv.validators,
|
|
'orderNumber',
|
|
'orderNumber',
|
|
- pff.order_number,
|
|
|
|
|
|
+ pff.order_number
|
|
)) filter (
|
|
)) filter (
|
|
where
|
|
where
|
|
cfwv.field_definition_id is not null),
|
|
cfwv.field_definition_id is not null),
|