##// END OF EJS Templates
fixed issue with h.person() function returned prematurly giving only email info from changeset metadata. Thanks to Stevan Radaković
marcink -
r3740:ea2c948a beta
parent child Browse files
Show More
@@ -448,7 +448,6 b' def person(author, show_attr="username_a'
448 user = User.get_by_email(_email, case_insensitive=True, cache=True)
448 user = User.get_by_email(_email, case_insensitive=True, cache=True)
449 if user is not None:
449 if user is not None:
450 return person_getter(user)
450 return person_getter(user)
451 return _email
452
451
453 # Maybe it's a username?
452 # Maybe it's a username?
454 _author = author_name(author)
453 _author = author_name(author)
General Comments 0
You need to be logged in to leave comments. Login now