# HG changeset patch # User bsw # Date 1643884468 -3600 # Node ID a3ca8d5c8c79bd50a6d7e120b773dcd29988a402 # Parent d1ef89bd250c10f4333779b7cac59de4778ef65b Do not offer to save the member itself as a contact diff -r d1ef89bd250c -r a3ca8d5c8c79 app/main/member/_show_thumb.lua --- a/app/main/member/_show_thumb.lua Wed Jan 26 01:46:10 2022 +0100 +++ b/app/main/member/_show_thumb.lua Thu Feb 03 11:34:28 2022 +0100 @@ -176,7 +176,7 @@ ui.link{ attr = { class = "mdl-menu__link" }, content = _"show profile", module = "member", view = "show", id = member.id } end } end - if app.session.member_id then + if app.session.member_id and app.session.member_id ~= member.id then ui.tag{ tag = "li", attr = { class = "mdl-menu__item" }, content = function() ui.link{ attr = { class = "mdl-menu__link" },