Update view references to include namespaces

This commit is contained in:
Roberto Rosario
2014-09-06 17:28:40 -04:00
parent 5559e55a65
commit 77acb809b9
20 changed files with 56 additions and 58 deletions

View File

@@ -34,7 +34,7 @@ register_model_list_columns(Comment, [
}
])
register_links(['comments_for_document', 'comment_add', 'comment_delete', 'comment_multiple_delete'], [comment_add], menu_name='sidebar')
register_links(['comments:comments_for_document', 'comments:comment_add', 'comments:comment_delete', 'comments:comment_multiple_delete'], [comment_add], menu_name='sidebar')
register_links(Comment, [comment_delete])
register_links(Document, [comments_for_document], menu_name='form_header')