Skip to content

Commit

Permalink
Remove jBPM workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Goncalo Rolo committed Nov 17, 2022
1 parent 6466ef5 commit 533f9b7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions imports/ui/components/Home/Workflows.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,16 @@
</template>

<script>
import router from "../../../../client/routes";
import {messageTypes, buildMessage} from "@unparallel/smartclide-frontend-comm";

export default {
name: "Workflows",
beforeMount(){
this.auxWindow = window.open("https://jbpm.dev.smartclide.eu/business-central/kie-wb.jsp");

setTimeout(() => {
this.auxWindow.close();
router.push("/workflows");
}, 2000);
},
mounted(){
this.$store.state.context = 'home';
this.setupIframeCommunication();
},
data(){
return{
auxWindow: null,
placeholder: null
}
},
Expand Down

0 comments on commit 533f9b7

Please sign in to comment.