Add loader image in export
This commit is contained in:
parent
52e5d85d2e
commit
8825795ff5
@ -350,6 +350,11 @@ namespace ManagerService.Controllers
|
|||||||
addResourceToList(resourceDTOs, configuration.ImageId);
|
addResourceToList(resourceDTOs, configuration.ImageId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (configuration.LoaderImageId != null)
|
||||||
|
{
|
||||||
|
addResourceToList(resourceDTOs, configuration.LoaderImageId);
|
||||||
|
}
|
||||||
|
|
||||||
foreach (var section in sectionDTOs)
|
foreach (var section in sectionDTOs)
|
||||||
{
|
{
|
||||||
if (section.imageId != null) {
|
if (section.imageId != null) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user