Download & Extend

I cannot see public annotations from another user

Project:Annotate
Version:6.x-1.x-dev
Component:annotate (private)
Category:bug report
Priority:normal
Assigned:clemens.tolboom
Status:closed (fixed)

Issue Summary

When going to a user profile page the annotations tab is not displayed.

The access function annotate_user_has_annotations_access is not called on this page.

It seems like the MENU_LOCAL_TASK is ignored?!?

<?php
  $items
['user/%/annotations'] = array(
   
'title' => 'Annotations',
   
'page callback' => 'annotate_list_by_user',
   
'page arguments' => array(1),
   
'access callback' => 'annotate_user_has_annotations_access',
   
'access arguments' => array(1),
   
'type' => MENU_LOCAL_TASK,
  );
?>

Comments

#1

Status:active» fixed

hmmm ... dsm function call was not visible to others (access callback IS called)

So no bug!

#2

As a side effect the annotation list filters are improved.

#3

Status:fixed» closed (fixed)

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

nobody click here