Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Géocontrib Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GéoContrib
Géocontrib Frontend
Merge requests
!848
REDMINE_ISSUE-23007
| Bouton ajouter signalement visible pour multi-géométries
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
REDMINE_ISSUE-23007
| Bouton ajouter signalement visible pour multi-géométries
redmine-issues/23007
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Timothee P
requested to merge
redmine-issues/23007
into
develop
7 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
fix: display add feature button if filtered feature type without multi
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
8349e186
1 commit,
7 months ago
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/components/Project/FeaturesListAndMap/FeaturesListAndMapFilters.vue
+
1
−
1
Options
@@ -46,7 +46,7 @@
@@ -46,7 +46,7 @@
<div
<div
v-if=
"
v-if=
"
project &&
project &&
f
eature_typ
es.length > 0 &&
f
ilteredFeatureTypeChoic
es.length > 0 &&
permissions.can_create_feature
permissions.can_create_feature
"
"
id=
"button-dropdown"
id=
"button-dropdown"
Loading