Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Cesium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
clients
Cesium-grp
Cesium
Merge requests
!627
[fix] map tooltip : display member status
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[fix] map tooltip : display member status
ji_emme/cesium:master
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
jm
requested to merge
ji_emme/cesium:master
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
issue
#944
Membership status is always displayed at "non-member"
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
e1cc3436
1 commit,
4 years ago
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
www/plugins/map/js/controllers/wot-controllers.js
+
2
−
1
Options
@@ -330,7 +330,8 @@ function MapWotViewController($scope, $filter, $templateCache, $interpolate, $ti
pubkey
:
hit
.
pubke
,
uid
:
hit
.
uid
,
name
:
title
,
profile
:
hit
profile
:
hit
,
isMember
:
type
==
'
member
'
};
markerScope
.
loadingMarker
=
false
;
});
Loading