Author:   Lars Michelsen <[email protected]>
Date:     Thu Sep  8 14:33:05 2011 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Thu Sep  8 14:33:05 2011 +0200

Bugfix: It is now possible to choose none as map_image in map options to 
disable the background image

---

 ChangeLog                                         |    2 ++
 share/server/core/classes/WuiViewMapAddModify.php |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 72e988d..163b9f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,8 @@ Frontend
     after changed main configuration file in FF4
   * Bugfix: Fixed hanging controls/labels when dragging objects out of screen
   * Bugfix: It is now possible to unset backend attributes using the "Edit 
backend" dialog
+  * Bugfix: It is now possible to choose none as map_image in map options to
+    disable the background image
 
 Automap
   * Bugfix: Made the problem automap work again
diff --git a/share/server/core/classes/WuiViewMapAddModify.php 
b/share/server/core/classes/WuiViewMapAddModify.php
index ae3ce72..4c60f7a 100644
--- a/share/server/core/classes/WuiViewMapAddModify.php
+++ b/share/server/core/classes/WuiViewMapAddModify.php
@@ -226,6 +226,7 @@ class WuiViewMapAddModify {
 
                         case 'map_image':
                             $options = 
$this->CORE->getAvailableBackgroundImages();
+                            array_unshift($options, 'none');
                             $selected = 
$this->MAPCFG->getValue($this->aOpts['id'], $propname, TRUE);
                         break;
 


------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to