From e1cc34360fc5c1c1bc063f9a2cb57fca54ce3053 Mon Sep 17 00:00:00 2001 From: ji_emme <jm81@hotmail.fr> Date: Sat, 12 Sep 2020 19:40:13 +0200 Subject: [PATCH] [fix] map tooltip : display member status --- www/plugins/map/js/controllers/wot-controllers.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/plugins/map/js/controllers/wot-controllers.js b/www/plugins/map/js/controllers/wot-controllers.js index 0acd60d0e..6dcf422e3 100644 --- a/www/plugins/map/js/controllers/wot-controllers.js +++ b/www/plugins/map/js/controllers/wot-controllers.js @@ -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; }); -- GitLab