Add location metadata field for users
This commit is contained in:
parent
cc26eefd2f
commit
3de6b4a646
9 changed files with 68 additions and 10 deletions
|
@ -152,6 +152,12 @@
|
|||
<a class="co-modify-link" ng-click="showChangeMetadata('company', 'company name')">{{ context.viewuser.company || '(None)' }}</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr quay-show="Features.USER_METADATA">
|
||||
<td>Location:</td>
|
||||
<td>
|
||||
<a class="co-modify-link" ng-click="showChangeMetadata('location', 'location')">{{ context.viewuser.location || '(None)' }}</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr quay-show="Config.AUTHENTICATION_TYPE == 'Database'">
|
||||
<td>Password:</td>
|
||||
<td>
|
||||
|
|
Reference in a new issue