Fixed org deletion dialog
This commit is contained in:
		@@ -35,22 +35,22 @@
 | 
			
		||||
  let modal_open = false;
 | 
			
		||||
  let delete_org = {};
 | 
			
		||||
  function deleteOrganization() {
 | 
			
		||||
    // RunnerOrganizationService.runnerOrganizationControllerRemove(
 | 
			
		||||
    //   original.id,
 | 
			
		||||
    //   false
 | 
			
		||||
    // )
 | 
			
		||||
    //   .then((resp) => {
 | 
			
		||||
    //     Toastify({
 | 
			
		||||
    //       text: "Organization deleted",
 | 
			
		||||
    //       duration: 500,
 | 
			
		||||
    //       backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)",
 | 
			
		||||
    //     }).showToast();
 | 
			
		||||
    //     location.replace("./");
 | 
			
		||||
    //   })
 | 
			
		||||
    //   .catch((err) => {
 | 
			
		||||
    RunnerOrganizationService.runnerOrganizationControllerRemove(
 | 
			
		||||
      original.id,
 | 
			
		||||
      false
 | 
			
		||||
    )
 | 
			
		||||
      .then((resp) => {
 | 
			
		||||
        Toastify({
 | 
			
		||||
          text: "Organization deleted",
 | 
			
		||||
          duration: 500,
 | 
			
		||||
          backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)",
 | 
			
		||||
        }).showToast();
 | 
			
		||||
        location.replace("./");
 | 
			
		||||
      })
 | 
			
		||||
      .catch((err) => {
 | 
			
		||||
    modal_open = true;
 | 
			
		||||
    delete_org = original;
 | 
			
		||||
    // });
 | 
			
		||||
    });
 | 
			
		||||
  }
 | 
			
		||||
  function submit() {
 | 
			
		||||
    if (data_loaded === true && save_enabled) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user