[Mapbender-commits] r1149 - trunk/mapbender/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Feb 28 06:04:55 EST 2007
Author: christoph
Date: 2007-02-28 06:04:55 -0500 (Wed, 28 Feb 2007)
New Revision: 1149
Modified:
trunk/mapbender/http/javascripts/mod_digitize_tab.php
Log:
switched two blocks - avoided possible bugs
Modified: trunk/mapbender/http/javascripts/mod_digitize_tab.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_digitize_tab.php 2007-02-27 14:01:44 UTC (rev 1148)
+++ trunk/mapbender/http/javascripts/mod_digitize_tab.php 2007-02-28 11:04:55 UTC (rev 1149)
@@ -1165,12 +1165,11 @@
if (type == 'save' && fid) {
d.get(m).e.setElement("fid", fid);
}
- parent.mb_execWfsWriteSubFunctions();
-
if (type == 'delete') {
parent.mb_disableThisButton(mod_digitizeEvent);
d.del(m);
}
+ parent.mb_execWfsWriteSubFunctions();
executeDigitizeSubFunctions();
if (status == "success" && response == "success") {
More information about the Mapbender_commits
mailing list