Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pierre-Yves Gicquel
albiziapp
Commits
f87b3575
Commit
f87b3575
authored
Aug 11, 2019
by
gick
Browse files
OSM bug
parent
5902b0bd
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/pages/Admin.vue
View file @
f87b3575
...
...
@@ -20,7 +20,7 @@
<v-ons-list-item>
<div
class=
"center"
>
{{
$t
(
'
allowOSMModif
'
)
}}
</div>
<div
class=
"right"
>
<v-ons-switch
@
change
=
"osmUpdates"
></v-ons-switch>
<v-ons-switch
v-model
=
"osmUpdates"
></v-ons-switch>
</div>
</v-ons-list-item>
...
...
src/pages/Releve.vue
View file @
f87b3575
...
...
@@ -126,7 +126,7 @@ export default {
},
computed
:
{
osmUpdates
(){
return
this
.
$store
.
state
.
commonData
.
osmUpdate
return
this
.
$store
.
state
.
commonData
.
osmUpdate
s
},
releve
()
{
return
this
.
$store
.
state
.
releve
.
releves
.
find
(
rel
=>
rel
.
_id
==
this
.
id
);
...
...
src/pages/ReleveOSM.vue
View file @
f87b3575
...
...
@@ -37,7 +37,7 @@ export default {
},
computed
:
{
osmUpdates
(){
return
this
.
$store
.
state
.
commonData
.
osmUpdate
return
this
.
$store
.
state
.
commonData
.
osmUpdate
s
},
},
...
...
src/pages/SimplePage.vue
View file @
f87b3575
...
...
@@ -227,7 +227,7 @@ export default {
return
this
.
releve
.
_id
},
osmUpdates
()
{
return
this
.
$store
.
state
.
commonData
.
osmUpdate
;
return
this
.
$store
.
state
.
commonData
.
osmUpdate
s
;
},
treeList
()
{
return
this
.
$store
.
state
.
floreData
.
treeList
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment