This commit is contained in:
Garrett 2020-11-26 06:10:34 +00:00
parent 407c8545d1
commit 18444411ea
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ Contents
[Fix] Issue with connections being imported as "populated" when restoring from backup [Fix] Issue with connections being imported as "populated" when restoring from backup
[Fix] Validate duplicate walljack port names when trunked to multiple partitions [Fix] Validate duplicate walljack port names when trunked to multiple partitions
[Fix] Validate trunked endpoint is not connected [Fix] Validate trunked endpoint is not connected
[Fix] Issue with template rear image when importing from template catalog
**Changes introduced in 0.3.10 **Changes introduced in 0.3.10
[Enhance] Added "Bottom-Left to Top" port orientation [Enhance] Added "Bottom-Left to Top" port orientation

View File

@ -59,7 +59,7 @@ if($_SERVER['REQUEST_METHOD'] == 'POST'){
// Retreive template rear image // Retreive template rear image
if($importData['success']['template']['rearImage']) { if($importData['success']['template']['rearImage']) {
getImgFile($importData['success']['template']['frontImage'], $validate); getImgFile($importData['success']['template']['rearImage'], $validate);
} }
// Check for errors // Check for errors