#235: Always show the ticket scrollspy menu
-------------------------+--------------------
Reporter: gjm | Owner: nobody
Type: enhancement | Status: new
Priority: major | Milestone:
Component: dashboard | Version:
Keywords: |
-------------------------+--------------------
Currently the ticket menu is only available once the ticket scrolls down.
This seems to deny some of the navigation that is provided by the
scrollspy.
This ticket is to examine whether it would be better to remove this
restriction.
This could be done like so:
{{{
#!diff
Index: bhtheme/templates/bh_ticket.html
===================================================================
--- bhtheme/templates/bh_ticket.html (revision 1398726)
+++ bhtheme/templates/bh_ticket.html (working copy)
@@ -172,7 +172,7 @@
</h6>
</div>
</div>
- <div class="navbar visible-affix" py:if="ticket.exists"
+ <div class="navbar" py:if="ticket.exists"
py:with="sections = (
(_('Overview'), 'content', True, _('View ticket
fields and description'), 'icon-list'),
(_('Attachments'), 'attachments', True, _('Go to
the list of attachments'), 'icon-file'),
}}}
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/235>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker