Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
import "./FormEvents";
import "./FormEvents";
import "./__bundle_entry__";
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
import "./FormEvents";
import "./FormEvents";
import "./__bundle_entry__";
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
import "./FormEvents";
import "./FormEvents";
import "./__bundle_entry__";
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
import "./FormEvents";
import "./FormEvents";
import "./__bundle_entry__";
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
import "./FormEvents";
import "./FormEvents";
import "./__bundle_entry__";
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
import "./FormEvents";
import "./FormEvents";
import "./__bundle_entry__";
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,6 @@
if (!solution) {
return "The solution must be selected to proceed with checklist creation.";
}
if (solution === "Deep Analysis") {
return "The applied solution must be consistent with the case completion. 'Deep Analysis' cannot be used to finish the workflow.";
}
return void 0;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ const workflow_validations: WorkflowValidation[] = [
if (!solution) {
return "The solution must be selected to proceed with checklist creation.";
}
if (solution === "Deep Analysis") {
return "The applied solution must be consistent with the case completion. 'Deep Analysis' cannot be used to finish the workflow.";
}
return undefined;
}
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "./FormEvents";
import "./WorkflowPreActions";
import "./WorkflowValidations";
import "./WorkflowValidations";
import "./__bundle_entry__";
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
import "./FormEvents";
import "./FormEvents";
import "./__bundle_entry__";
1 change: 1 addition & 0 deletions frappe_growatt_checklists/public/ts/__bundle_entry__.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
import "./__bundle_entry__";
import "./setup";
import "./utils";
Loading