Added the Shift+w hotkey to get the working list of the user.
This commit is contained in:
parent
d19dbb441c
commit
e5d296d863
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user