mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
CE-936 - Update setBlobValuesToDownloadUrls to only do this if the file has a fileDownload adornment
This commit is contained in:
@ -490,6 +490,13 @@ public class QValueFormatter
|
|||||||
{
|
{
|
||||||
adornmentValues = fileDownloadAdornment.get().getValues();
|
adornmentValues = fileDownloadAdornment.get().getValues();
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
///////////////////////////////////////////////////////
|
||||||
|
// don't change blobs unless they are file-downloads //
|
||||||
|
///////////////////////////////////////////////////////
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
String fileNameField = ValueUtils.getValueAsString(adornmentValues.get(AdornmentType.FileDownloadValues.FILE_NAME_FIELD));
|
String fileNameField = ValueUtils.getValueAsString(adornmentValues.get(AdornmentType.FileDownloadValues.FILE_NAME_FIELD));
|
||||||
String fileNameFormat = ValueUtils.getValueAsString(adornmentValues.get(AdornmentType.FileDownloadValues.FILE_NAME_FORMAT));
|
String fileNameFormat = ValueUtils.getValueAsString(adornmentValues.get(AdornmentType.FileDownloadValues.FILE_NAME_FORMAT));
|
||||||
|
Reference in New Issue
Block a user