You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bootbox.confirm('This action will override the existing foreign source definition for the requisition named '+targetForeignSource+', using '+foreignSource+' as a template. Are you sure you want to continue ? This cannot be undone.',function(ok){
175
+
bootbox.confirm('This action will override the existing foreign source definition for the requisition named '+_.escape(targetForeignSource)+', using '+_.escape(foreignSource)+' as a template. Are you sure you want to continue ? This cannot be undone.',function(ok){
growl.success('The import operation has been started for '+requisition.foreignSource+' (rescanExisting? '+rescanExisting+')<br/>Use <b>refresh</b> to update the deployed statistics');
49
+
growl.success('The import operation has been started for '+_.escape(requisition.foreignSource)+' (rescanExisting? '+rescanExisting+')<br/>Use <b>refresh</b> to update the deployed statistics');
50
50
requisition.setDeployed(true);
51
51
},
52
52
errorHandler
@@ -58,7 +58,7 @@ require('./Requisitions');
58
58
'Choose <b>no</b> to synchronize only the new and deleted nodes with the database executing the scan phase only for new nodes.<br/>'+
59
59
'Choose <b>dbonly</b> to synchronize all the nodes with the database skipping the scan phase.<br/>'+
0 commit comments