rawlinp commented on a change in pull request #4196: TP: Provides the ability
to view all users for a given role
URL: https://github.com/apache/trafficcontrol/pull/4196#discussion_r367085097
##########
File path:
traffic_portal/app/src/common/modules/table/roleUsers/table.roleUsers.tpl.html
##########
@@ -47,7 +47,7 @@
<td data-search="^{{::u.username}}$">{{::u.username}}</td>
<td data-search="^{{::u.email}}$">{{::u.email}}</td>
<td data-search="^{{::u.tenant}}$">{{::u.tenant}}</td>
- <td data-search="^{{::u.rolename}}$">{{::u.rolename}}</td>
+ <td data-search="^{{::u.roleName}}$">{{::u.roleName}}</td>
Review comment:
Just as a reminder, this update shouldn't be required now that the roleName
-> rolename bug has been fixed, right?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services