Skip to content

Commit

Permalink
upgrade dependencies and correct taskform
Browse files Browse the repository at this point in the history
  • Loading branch information
chDame committed Aug 5, 2022
1 parent 7c16e40 commit 9a02548
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-tasklist-client-java</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>

<dependency>
Expand All @@ -72,7 +72,7 @@
<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-operate-client-java</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>

<!-- gmail, drive, thymeleaf & feel -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/components/taskForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Vue.component('task-form',{
</div>
<adhoc-task-modal></adhoc-task-modal>
</div><button v-if="this.$store.task.name=='Answer customer'" type="button" class="btn btn-primary" @click="adhocTask()">Adhoc task</button></div>`,
</div><button v-if="this.$store.task.name=='Answer to the customer'" type="button" class="btn btn-primary" @click="adhocTask()">Adhoc task</button></div>`,
data() {
return {
form: null
Expand Down

0 comments on commit 9a02548

Please sign in to comment.