2011-08-04 Javier Lanz <javier.lanz@artica.es>
* godmode/reporting/visual_console_builder.php: Fixed blank names in maps in visual console builder Fixes: #3371409 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4669 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7a443bd3bf
commit
5df28b8661
|
@ -1,3 +1,10 @@
|
|||
2011-08-04 Javier Lanz <javier.lanz@artica.es>
|
||||
|
||||
* godmode/reporting/visual_console_builder.php: Fixed blank names in
|
||||
maps in visual console builder
|
||||
|
||||
Fixes: #3371409
|
||||
|
||||
2011-08-04 Javier Lanz <javier.lanz@artica.es>
|
||||
|
||||
* godmode/reporting/reporting_builder.php: Fixed blank names in reports
|
||||
|
|
|
@ -60,6 +60,8 @@ switch ($activeTab) {
|
|||
|
||||
switch ($action) {
|
||||
case 'update':
|
||||
$result = false;
|
||||
if($values['name'] != "" && $values['background'])
|
||||
$result = db_process_sql_update('tlayout', $values, array('id' => $idVisualConsole));
|
||||
if ($result !== false && $values['background']) {
|
||||
$action = 'edit';
|
||||
|
|
Loading…
Reference in New Issue