Refer to #326811: Mailman Manager link continues to show up?
This is also note for myself to remember to fix it.

Comments

samuelet’s picture

Fixed in:
http://drupal.org/cvs?commit=150016
You'll need also to execute the drupal database update page or clear the cache.

samuelet’s picture

Status: Active » Fixed
mshaver’s picture

This fixed the issue of the Mailing List category appearing when permission "access mailman_manager" wasn't granted. Created a new issue though. Now "edit" tab disappears when on the mailman manager form, when permission set to "access mailman_manager". Also, no "submit" form is available?

samuelet’s picture

Unfortunately, i can't find a way to implement sub-tabs in user/edit page without caching issues.
The fix will move the mailman manager tab in the main user profile page: http://drupal.org/cvs?commit=150186
Re-apply 6001 update or clear cache after patching it.

mshaver’s picture

The change works as a tab under the normal profile page. It looks like the user profile pages have far too many choices to put additional module and profile data. Right now you can put something as a separate tab, a sub-category under "edit" or as a section within the "Account" category. And then to top of the confusion, you have "Save" and delete for these that apply differently. Do you know if this conversation is happening about the profile page anywhere else?

samuelet’s picture

Status: Fixed » Needs review

No, sorry i don't know.
About the position, putting something as a separate tab under "edit" option don't work as i aspected in drupal 6.x because of the caching issue (but it works correctly in 5.x) . If someone knows about a module which implements it in the right way, please let me know.

samuelet’s picture

Status: Needs review » Fixed

There was a seriuos permission bug introduced by this patch. I commited the fix in the development release and a new stable one will be available soon.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.