feat: Adjust positions and return all steps after deletion of the step

This commit is contained in:
Faruk AYDIN
2022-01-30 14:38:14 +03:00
committed by Ali BARIN
parent 3e5b9478c7
commit 0b6eecd41d
5 changed files with 65 additions and 34 deletions

View File

@@ -17,6 +17,7 @@ class Step extends Base {
position: number;
parameters: string;
connection?: Connection;
flow?: Flow;
static tableName = 'steps';