Code review comment for lp:~edwin-grubbs/launchpad/bug-516071-setup_add_member_handler

Revision history for this message
Edwin Grubbs (edwin-grubbs) wrote :

The team index page is generating a javascript error if a non-team-admin views the team index page, since the "Add member" link is not displayed, and it is trying to set its onclick handler.

I just moved the javascript which sets up the onclick handler inside the <td> that has a condition to check whether the "Add member" link is enabled.

./bin/test -vvt test_team_index --layer RegistryWindmillLayer

« Back to merge proposal