Menu

#21 Issue Titles missing

open
nobody
Management (5)
5
2003-03-17
2003-03-17
No

Problem: Issue titles show up as '()' in detail view

After having a successful trial with issuetracker under Zope 2.5.1, I
installed Zope 2.6.1 on another machine, exported the
issuetracker and installed it in the new Zope. Everything seems
fine except that now the titles of each issue do not show up when
looking at the detail view of each issue, all I get is a pair of
parentheses This happens whether logged in or not, but the
problem is not visible when the site is 'viewed' from the Zope
management interface - the titles appear correctly. The titles
always display fine in list views.

System:Zope 2.6.1 (source release, python 2.1, linux2), python
2.1.3, darwin6
IssueTrackerProduct: 0.4.9b

cheers
---john---

Discussion

  • Peter Bengtsson

    Peter Bengtsson - 2003-03-18

    Logged In: YES
    user_id=208160

    I can not reproduce this.
    I exported an instance from a zope261b1 to
    another zope261b1 and they look identical.

    Have you updated
    the catalog? Do that in the Management tab and let me know. Or, you
    could take a screenshot of where these () things appear and that will cut
    out the terminology confusion.

     
  • John Staplehurst

    Logged In: YES
    user_id=735817

    Please see the following address for a visual description of the problem.

    http://schema.ex.ac.uk:8855/Members/admin/issuetracker/

    The catalog was updated before these chots were taken.

    ---john---

     
  • Peter Bengtsson

    Peter Bengtsson - 2003-03-20
     
  • Peter Bengtsson

    Peter Bengtsson - 2003-03-20

    Logged In: YES
    user_id=208160

    Wow! This is odd. As if the security mechanism makes a difference. Let's
    try to fix this asap because I guess you can't show your tracker to people
    when the title is ignored.

    1. What's the depending factor for the
    deviation? Is it how you're logged in or whether you visit it from the View tab
    or manually entered URL?

    2. You've made some changes to the
    StandardLook object I see. That's good, but was that something that you
    changed jointly with the upgrade?
    Can you upload the StandardLook
    code you've used? Email is good or here on this bug tracker.

    3. try
    the Python Script file I have uploaded. Stick it inside your issue tracker
    and view it logged in and once not logged in, or whatever test you need to do
    based on the depending factor.

    4. In your StandardLook can you
    add this to the bottom::

    <!-- REQUEST
    <br
    tal:replace="structure request" />
    -->

    And then let me know
    what this gives.

    5. Do a search for "web browser" without the
    quotes on your tracker. It finds the appropriate issues, but if you click
    them you get an error, can you inspect the error_log and pass what that
    whole error is?

    Peter

     

Log in to post a comment.