Make the timeline view and RSS feeds filterable by model (closes issue 543).
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// <!--
|
||||
{hotkey 'Shift+h', 'IDF_Views::faq'}
|
||||
{if $project}
|
||||
{hotkey 'Shift+u', 'IDF_Views_Project::timeline', array($project.shortname)}
|
||||
{hotkey 'Shift+u', 'IDF_Views_Project::timeline', array($project.shortname, 'all')}
|
||||
{if $hasIssuesAccess}{hotkey 'Shift+a', 'IDF_Views_Issue::create', array($project.shortname)}
|
||||
{hotkey 'Shift+i', 'IDF_Views_Issue::index', array($project.shortname)}{/if}
|
||||
{if $hasDownloadsAccess}{hotkey 'Shift+d', 'IDF_Views_Download::index', array($project.shortname)}{/if}
|
||||
|
Reference in New Issue
Block a user