Re: [Apache Bloodhound] #840: Milestones still appearing on dashboard

2015-06-14 Thread Apache Bloodhound
#840: Milestones still appearing on dashboard
---+---
  Reporter:  shorif2000|  Owner:  nobody
  Type:  defect| Status:  new
  Priority:  critical  |  Milestone:  Release 9
 Component:  multiproduct  |Version:  0.8.0
Resolution:|   Keywords:
---+---

Comment (by gjm):

 I am unable to replicate any issue around this at this point. It may be
 helpful to confirm that this is a problem that exists in the current code
 as this is reminiscent of old caching issues.

-- 
Ticket URL: https://issues.apache.org/bloodhound/ticket/840#comment:6
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound issue tracker


Re: [Apache Bloodhound] #813: TICKET_VIEW is not sufficient to see relations

2015-06-14 Thread Apache Bloodhound
#813: TICKET_VIEW is not sufficient to see relations
+---
  Reporter:  wimh   |  Owner:  gjm
  Type:  defect | Status:  accepted
  Priority:  major  |  Milestone:  Release 9
 Component:  relations  |Version:  0.8.0dev
Resolution: |   Keywords:
+---
Changes (by gjm):

 * owner:  nobody = gjm
 * status:  new = accepted


Comment:

 It looks like the {{{has_property_editor}}} is on the wrong element. My
 best guess is that the following will fix this issue.

 {{{#!diff
 Index:
 bloodhound_dashboard/bhdashboard/widgets/templates/widget_relations.html
 ===
 ---
 bloodhound_dashboard/bhdashboard/widgets/templates/widget_relations.html
 (revision 1685407)
 +++
 bloodhound_dashboard/bhdashboard/widgets/templates/widget_relations.html
 (working copy)
 @@ -64,7 +64,7 @@
  /py:otherwise
/py:choose

 -  div class=btn-group
 +  div py:if=has_property_editor class=btn-group
  form method=get action=${href.ticket(ticket.id, 'relations')}
button type=submit class=btn id=manage-relationsi class
 =icon-retweet/i Manage relations/button
  /form
 Index: bloodhound_theme/bhtheme/templates/bh_ticket.html
 ===
 --- bloodhound_theme/bhtheme/templates/bh_ticket.html   (revision 1685407)
 +++ bloodhound_theme/bhtheme/templates/bh_ticket.html   (working copy)
 @@ -445,7 +445,7 @@
  /div
/form

 -  div py:if=bhrelations and ticket.exists and
 has_property_editor class=relations
 +  div py:if=bhrelations and ticket.exists class=relations
  bh:widget urn=TicketRelations
bh:args
  bh:arg name=tid$ticket.id/bh:arg
 }}}

-- 
Ticket URL: https://issues.apache.org/bloodhound/ticket/813#comment:2
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound issue tracker


Re: [Apache Bloodhound] #810: Small create ticket dialog fails without explanation if email is not yet verified

2015-06-14 Thread Apache Bloodhound
#810: Small create ticket dialog fails without explanation if email is not yet
verified
+---
  Reporter:  dwt|  Owner:  nobody
  Type:  defect | Status:  new
  Priority:  major  |  Milestone:  Release 9
 Component:  dashboard  |Version:
Resolution: |   Keywords:
+---

Comment (by gjm):

 This is only a problem at the point of the initial validation email being
 sent. On a page reload the quick ticket form reports the TICKET_CREATE
 permission as being missing which is probably good enough.

 We currently determine whether to show the control on the permissions
 determined at page load, directly rendered in genshi. As the
 th:AccountManagerPlugin appears to be altering permissions after this
 initial page load we could look at sending an additional request to
 determine the appropriate permissions at a later point - either on first
 attempt to access the form or at least late enough to be after a page load
 induced permissions change.

-- 
Ticket URL: https://issues.apache.org/bloodhound/ticket/810#comment:2
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound issue tracker