Added the Shift+w hotkey to get the working list of the user.

newdiff
Loic d'Anterroches 2008-07-25 11:17:56 +02:00
parent d19dbb441c
commit e5d296d863
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
{hotkey 'Shift+r', 'IDF_Views_Issue::index', array($project.shortname)}
{if !$user.isAnonymous()}
{hotkey 'Shift+m', 'IDF_Views_Issue::myIssues', array($project.shortname, 'submit')}
{hotkey 'Shift+w', 'IDF_Views_Issue::myIssues', array($project.shortname, 'owner')}
{/if} //-->
</script>