Indicate the accounts have moved

main
Bob Mottram 2021-01-12 10:38:57 +00:00
parent ce104b233a
commit 8115fd8953
1 changed files with 3 additions and 0 deletions

View File

@ -284,6 +284,9 @@ def getPersonBox(baseDir: str, session, wfRequest: {},
displayName = None
if personJson.get('name'):
displayName = removeHtml(personJson['name'])
# have they moved?
if personJson.get('movedTo'):
displayname += ''
storePersonInCache(baseDir, personUrl, personJson, personCache, True)