Some improvements to the edit module. Add a few sample apps and test cases, show current user and links to app data.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074923 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
78b8dee581
commit
0ee21c5d96
47 changed files with 1922 additions and 1001 deletions
|
|
@ -23,5 +23,6 @@ def id(user, email, nick, full, first, last, realm):
|
|||
return email.eval()
|
||||
if nick.eval() != '?':
|
||||
return nick.eval() + '@' + realm.eval()
|
||||
return user.eval() + '@' + realm.eval()
|
||||
|
||||
if user.eval() != '?':
|
||||
return user.eval() + '@' + realm.eval()
|
||||
return 'joe@localhost'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue