Skip to content

Commit cee9498

Browse files
committed
DATAAPI-39 Respect return value of custom renderers
1 parent f2f7849 commit cee9498

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/DataApiService.cfc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ component {
423423
if ( !IsSimpleValue( renderedContent ) || Len( renderedContent ?: "" ) ) {
424424
return renderedContent;
425425
}
426+
return $isFeatureEnabled( "dataApiUseNullForStrings" ) ? NullValue() : "";
426427
} catch( any e ) {
427428
$raiseError( e );
428429
}

0 commit comments

Comments
 (0)