Closed (fixed)
Project:
Administration Views
Version:
7.x-1.3
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2014 at 04:42 UTC
Updated:
6 Mar 2015 at 09:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
PascalAnimateur commentedNo need to check for 'cancel' operation .. the Add user link appears just fine on admin/people with this patch and it correctly hides when performing actions on the users (cancel, vbo action, etc)
Comment #2
PascalAnimateur commentedThis issue is broader than just the "Add user" link.. in fact ALL action links should be hidden on ALL confirmation pages.
Looking for a more general solution for this.. maybe views_bulk_operations should be patched to solve this issue in other contexts (and not just admin_views) ?
Comment #3
PascalAnimateur commentedSee related issue #2318273: Hide action links from confirmation pages for proposed solution...
Comment #5
damiankloip commentedYou should use a hook_menu_alter implementation in one of your custom modules. Not hack the user.module.