2659: (1) Update link_to_if_arvados_object method to display an object name as link...
authorRadhika Chippada <radhika@curoverse.com>
Mon, 2 Feb 2015 01:22:42 +0000 (20:22 -0500)
committerRadhika Chippada <radhika@curoverse.com>
Mon, 2 Feb 2015 01:22:42 +0000 (20:22 -0500)
commit2c447c25f810b52e986649a3f4138c671d066092
treee3b985d95e09e95017f4941258491b082a8a22eb
parent1a462bc4d29fc17cef377d232fc2bf0fd0e72358
2659: (1) Update link_to_if_arvados_object method to display an object name as link for User type only when the user is active.
Otherwise, an anonymous user will always see 404 when such a link is clicked.
(2) In the unlikely event of an anonymous user traversing to /users or /groups pages, there will be an 'Add a new xxx' link,
which is undesirable (even though they do eventually fail when accessed). Hence, hide them for inactive users.
(3) Add test assertions for both the updates.
apps/workbench/app/helpers/application_helper.rb
apps/workbench/app/views/application/index.html.erb
apps/workbench/test/integration/anonymous_access_test.rb
services/api/test/fixtures/jobs.yml