#919 closed bug (fixed)
Compare between two versions exits in error
Reported by: | Blucecio | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 8.2 |
Component: | User Interface | Version: | 8.1.1 |
Keywords: | verasion comparison | Cc: |
Description (last modified by Blucecio)
Compare between two versions exits in error
It appears there is a double slash before the url of the diff JSP
Instead of
//diff/diff.jsp?docId=100073473&v1=1.2&v2=1.0
The url should be
/diff/diff.jsp?docId=100073473&v1=1.2&v2=1.0
See attached documents
Attachments (2)
Change History (5)
Changed 6 years ago by Blucecio
Changed 6 years ago by Blucecio
comment:1 Changed 6 years ago by Blucecio
- Description modified (diff)
comment:2 Changed 6 years ago by car031
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 6 years ago by car031
- Priority changed from major to minor
Note: See
TracTickets for help on using
tickets.