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 |
Jump to:
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
hmmm ...
dsmfunction 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
Automatically closed -- issue fixed for two weeks with no activity.