OGB optimized landing page

OGB map fixes
Signature Table bugfix
Landingpage Youtube video integration
System Information loading animation fixed
This commit is contained in:
Exodus4D
2015-09-07 18:11:41 +02:00
parent ae60b4122a
commit a1546dfca0
17 changed files with 152 additions and 59 deletions

View File

@@ -117,13 +117,19 @@ class Signature extends \Controller\AccessController{
$newData = [
$data['name'] => $data['value']
];
// if groupID changed -> typeID set to 0
if($data['name'] == 'groupId'){
$newData['typeId'] = 0;
}
}else{
// update complete signature (signature reader dialog)
// description should not be updated
unset( $data['description'] );
// wormhole typeID cant figured out/saved by the sig reader dialog
// wormhole typeID can<EFBFBD>t figured out/saved by the sig reader dialog
if($data['groupId'] == 5){
unset( $data['typeId'] );
}