[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openvas-cvs
Subject:    [Openvas-commits] r24238 - in trunk/gsa: . src/html/classic/js
From:       scm-commit () wald ! intevation ! org
Date:       2016-01-28 9:07:50
Message-ID: 20160128090750.CD43C9A19653 () wald ! intevation ! org
[Download RAW message or body]

Author: bricks
Date: 2016-01-28 10:07:50 +0100 (Thu, 28 Jan 2016)
New Revision: 24238

Modified:
   trunk/gsa/ChangeLog
   trunk/gsa/src/html/classic/js/greenbone.js
Log:
Fix commit r24232

Messed up my changes by trying to create atmic commits.
We should really switch to git or hg ;-)

* src/html/classic/js/greenbone.js: Fix bulk action dialogs which are using
POST as http method.


Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog	2016-01-28 09:04:35 UTC (rev 24237)
+++ trunk/gsa/ChangeLog	2016-01-28 09:07:50 UTC (rev 24238)
@@ -1,5 +1,10 @@
 2016-01-28  Björn Ricks <bjoern.ricks@greenbone.net>
 
+	* src/html/classic/js/greenbone.js: Fix bulk action dialogs which are using
+	POST as http method.
+
+2016-01-28  Björn Ricks <bjoern.ricks@greenbone.net>
+
 	* src/html/classic/js/greenbone.js (OMPDialog.prototype.set_error_content):
 	Fix getting the content of an error response in an OMPDialog.
 
@@ -27,11 +32,6 @@
 
 2016-01-27  Björn Ricks <bjoern.ricks@greenbone.net>
 
-	* src/html/classic/js/greenbone.js: Fix bulk action dialogs which are using
-	POST as http method.
-
-2016-01-27  Björn Ricks <bjoern.ricks@greenbone.net>
-
 	* src/html/classic/js/greenbone.js (init_omp_dialog): Pass parameters as
 	object to init_omp_dialog. Add new optional parameter parent_reload. This
 	allows disabling of reload for create new OMPDialogs.

Modified: trunk/gsa/src/html/classic/js/greenbone.js
===================================================================
--- trunk/gsa/src/html/classic/js/greenbone.js	2016-01-28 09:04:35 UTC (rev 24237)
+++ trunk/gsa/src/html/classic/js/greenbone.js	2016-01-28 09:07:50 UTC (rev 24238)
@@ -776,7 +776,7 @@
         });
         var window_reload = done === undefined ? true : false;
         new OMPDialog({cmd: 'process_bulk', element: done, params: params,
-          show_command: "POST", window_reload: window_reload}
+          show_method: "POST", window_reload: window_reload}
         ).show("OK", "confirmation");
       });
     });



_______________________________________________
Openvas-commits mailing list
Openvas-commits@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-commits

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic