Skip to content
Snippets Groups Projects
Commit 00aa6a5d authored by Timothee P's avatar Timothee P :sunflower:
Browse files

add ids for multi geometry import

parent 8c91baa4
No related branches found
No related tags found
1 merge request!485REDMINE_ISSUE-14713|Tests auto évolutions communauté S2 2022
...@@ -92,6 +92,7 @@ ...@@ -92,6 +92,7 @@
<div class="ui bottom attached secondary segment"> <div class="ui bottom attached secondary segment">
<div class="ui styled accordion"> <div class="ui styled accordion">
<div <div
id="toggle-show-import"
:class="['title', { active: showImport && isOnline, nohover: !isOnline }]" :class="['title', { active: showImport && isOnline, nohover: !isOnline }]"
@click="toggleShowImport" @click="toggleShowImport"
> >
...@@ -173,6 +174,7 @@ ...@@ -173,6 +174,7 @@
</ul> </ul>
<button <button
id="start-import"
:disabled=" :disabled="
(geojsonFileToImport.size === 0 && !$route.params.geojson) && (geojsonFileToImport.size === 0 && !$route.params.geojson) &&
(csvFileToImport.size === 0 && !$route.params.csv) (csvFileToImport.size === 0 && !$route.params.csv)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment