Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoGoCarto
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
Pixel Humain
GoGoCarto
Commits
c4b8ade4
Commit
c4b8ade4
authored
6 years ago
by
Sebastian Castro
Browse files
Options
Downloads
Patches
Plain Diff
Adds dynamic import status
parent
d76e0223
No related branches found
Branches containing commit
Tags
v1.10.18
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Biopen/GeoDirectoryBundle/Block/ChartBlockService.php
+2
-0
2 additions, 0 deletions
src/Biopen/GeoDirectoryBundle/Block/ChartBlockService.php
with
2 additions
and
0 deletions
src/Biopen/GeoDirectoryBundle/Block/ChartBlockService.php
+
2
−
0
View file @
c4b8ade4
...
@@ -38,6 +38,7 @@ class ChartBlockService extends AbstractBlockService
...
@@ -38,6 +38,7 @@ class ChartBlockService extends AbstractBlockService
'4'
=>
'Modifié par admin'
,
'4'
=>
'Modifié par admin'
,
'5'
=>
'Modifié par propriétaire'
,
'5'
=>
'Modifié par propriétaire'
,
'6'
=>
'Modifié avec lien direct'
,
'6'
=>
'Modifié avec lien direct'
,
'7'
=>
'Import dynamique'
];
];
protected
$statusColors
=
[
protected
$statusColors
=
[
...
@@ -50,6 +51,7 @@ class ChartBlockService extends AbstractBlockService
...
@@ -50,6 +51,7 @@ class ChartBlockService extends AbstractBlockService
'4'
=>
'#7cb5ec'
,
'4'
=>
'#7cb5ec'
,
'5'
=>
'#7cb5ec'
,
'5'
=>
'#7cb5ec'
,
'6'
=>
'#7cb5ec'
,
'6'
=>
'#7cb5ec'
,
'7'
=>
'#7cb5ec'
,
];
];
public
function
__construct
(
$templating
,
DocumentManager
$documentManager
,
$configService
)
public
function
__construct
(
$templating
,
DocumentManager
$documentManager
,
$configService
)
...
...
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