GNOME Bugzilla – Bug 613884
Clicking on a notebook name has no effect
Last modified: 2011-01-18 05:23:01 UTC
When clicking a notebook name on the sidebar, you should somehow be taken to a view of the notes in that notebook. We have discussed doing this inline in the sidebar, or simply forwarding the user to a search page with "notebook:my-notebook-name" as the query (this would, of course, imply that we would add keys like "notebook" to the search form). Ideas and patches welcome.
Created attachment 176950 [details] [review] Clicking a notebook name works now
Created attachment 177083 [details] [review] v2 Version 2: - Sorts notes in descending order by modified date - Uses the patch in https://bugzilla.gnome.org/show_bug.cgi?id=612025 to hide template notes.
Created attachment 178579 [details] [review] Version 3 to make clicking notebook names in the sidebar work Version 3: - Translate "All Notes for" - Update the invocation of Note.objects.user_viewable to not use templates=False. It is the default in the merged patch.
Review of attachment 178579 [details] [review]: Looks good!