0.3.11
This commit is contained in:
parent
407c8545d1
commit
18444411ea
@ -36,6 +36,7 @@ Contents
|
||||
[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 trunked endpoint is not connected
|
||||
[Fix] Issue with template rear image when importing from template catalog
|
||||
|
||||
**Changes introduced in 0.3.10
|
||||
[Enhance] Added "Bottom-Left to Top" port orientation
|
||||
|
||||
@ -59,7 +59,7 @@ if($_SERVER['REQUEST_METHOD'] == 'POST'){
|
||||
|
||||
// Retreive template rear image
|
||||
if($importData['success']['template']['rearImage']) {
|
||||
getImgFile($importData['success']['template']['frontImage'], $validate);
|
||||
getImgFile($importData['success']['template']['rearImage'], $validate);
|
||||
}
|
||||
|
||||
// Check for errors
|
||||
|
||||
Loading…
Reference in New Issue
Block a user