Skip to content

Commit

Permalink
GH-1441: Do not show "EXE" Button for resources with NONE operations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Warmek authored and sbernard31 committed Apr 28, 2023
1 parent d5052f1 commit be79632
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default {
return this.resourcedef.operations.includes("W");
},
executable() {
return this.resourcedef.operations.includes("E");
return this.resourcedef.operations === "E";
},
},
methods: {
Expand Down

0 comments on commit be79632

Please sign in to comment.