Pushback ArcEdit

This commit is contained in:
portree_kid 2020-05-21 18:41:40 +02:00
parent 0938ab8780
commit 49165227af

View File

@ -72,7 +72,8 @@
isPushback: {
// getter
get: function () {
return this.$store.state.Editable.data.arc.isPushBackRoute === '1'
return this.$store.state.Editable.data.arc.isPushBackRoute === '1' ||
this.$store.state.Editable.data.arc.isPushBackRoute === 1
},
// setter
set: function (newValue) {