Skip to content

Commit

Permalink
Ignore returned runids for plan & run
Browse files Browse the repository at this point in the history
  • Loading branch information
IKCAP committed Apr 27, 2023
1 parent b892ba1 commit f79ccbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions portal/src/main/webapp/js/gui/SeedForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ Ext.ux.form.SeedForm = Ext.extend(Ext.FormPanel, {
timeout: Ext.Ajax.timeout,
success: function(response) {
msgTarget.unmask();
var runid = response.responseText;
showWingsRanMessage(me.template_id, runid, me.results_url);
//var runid = response.responseText;
showWingsRanMessage(me.template_id, "", me.results_url);
},
failure: function(response) {
msgTarget.unmask();
Expand Down

0 comments on commit f79ccbc

Please sign in to comment.