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
externe Matthieu
Géocontrib Frontend
Commits
2b43c0a7
Commit
2b43c0a7
authored
3 years ago
by
Sébastien DA ROCHA
Browse files
Options
Downloads
Plain Diff
Merge branch 'redmine-issues/12758' into 'develop'
REDMINE_ISSUE-12758
See merge request
!236
parents
84c28627
f38b92e4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/assets/icons/fa-icons.js
+1
-0
1 addition, 0 deletions
src/assets/icons/fa-icons.js
src/views/feature_type/Feature_type_symbology.vue
+2
-1
2 additions, 1 deletion
src/views/feature_type/Feature_type_symbology.vue
with
3 additions
and
1 deletion
src/assets/icons/fa-icons.js
+
1
−
0
View file @
2b43c0a7
const
faIcons
=
[
'
circle
'
,
'
address-book
'
,
'
address-card
'
,
'
adjust
'
,
...
...
This diff is collapsed.
Click to expand it.
src/views/feature_type/Feature_type_symbology.vue
+
2
−
1
View file @
2b43c0a7
...
...
@@ -234,7 +234,8 @@ export default {
this
.
GET_PROJECT_FEATURE_TYPES
(
this
.
$route
.
params
.
slug
)
.
then
(()
=>
{
this
.
loading
=
false
;
this
.
success
=
'
La modification de la symbologie a été prise en compte.
'
;
this
.
success
=
'
La modification de la symbologie a été prise en compte. Vous allez être redirigé vers la page d
\'
acceuil du projet.
'
;
setTimeout
(()
=>
{
this
.
$router
.
push
({
name
:
'
project_detail
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment