When you edit a user role at admin/access/roles, the local task tabs disappear after saving the edit.

Very minor point, but I thought I would include it in the spirit of making drupal more client friendly/consistent. I think the user.module needs this line right around line 1557:

drupal_goto('admin/access/roles');
CommentFileSizeAuthor
#1 user_30.patch650 bytesUwe Hermann

Comments

Uwe Hermann’s picture

Version: 4.6.1 » x.y.z
Status: Active » Needs review
StatusFileSize
new650 bytes

This is still a problem in HEAD. Here's a patch which should fix it.

moshe weitzman’s picture

Status: Needs review » Reviewed & tested by the community

is still a problem ... might need a tweak since form api moved line numbers around a bit.

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)