Skip to content

Commit

Permalink
Merge pull request #2314 from MitrahSoft/LDEV-1049_
Browse files Browse the repository at this point in the history
Update the fix for LDEV-1049
  • Loading branch information
michaeloffner authored Feb 19, 2024
2 parents 4ec4c76 + b2ee947 commit 0664ca7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5018,7 +5018,7 @@ private static void _loadComponent(ConfigServer configServer, ConfigImpl config,
if (!StringUtil.isEmpty(strRF, true)) config.setReturnFormat(UDFUtil.toReturnFormat(strRF, UDF.RETURN_FORMAT_WDDX));
else if (configServer != null) {
ConfigServerImpl csi = (ConfigServerImpl) configServer;
csi.setReturnFormat(csi.getReturnFormat());
config.setReturnFormat(csi.getReturnFormat());
}

// component-default-import
Expand Down

0 comments on commit 0664ca7

Please sign in to comment.