I cannot see public annotations from another user

clemens.tolboom - August 8, 2008 - 10:05
Project:Annotate
Version:6.x-1.x-dev
Component:annotate (private)
Category:bug report
Priority:normal
Assigned:clemens.tolboom
Status:closed
Description

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,
  );
?>

#1

clemens.tolboom - August 11, 2008 - 15:23
Status:active» fixed

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

So no bug!

#2

clemens.tolboom - August 12, 2008 - 10:17

As a side effect the annotation list filters are improved.

#3

Anonymous (not verified) - August 26, 2008 - 10:22
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.