Skip to content

Fix workflows on a selection

Erwan Rouchet requested to merge fix-workflow-selection into master

Closes #290 (closed)

This moves hasFeature from methods to computed: this getter is a function returning a function, so using it in methods would require this.hasFeature(this.$store.state)('selection'); using it in computed means Vuex deals with it and we can just use hasFeature('selection')

Edited by Erwan Rouchet

Merge request reports

Loading