Bug #743 (closed)
Thumbnail Store Signature Mismatch
| Reported by: | cxallan | Owned by: | cxallan |
|---|---|---|---|
| Priority: | critical | Cc: | |
| Sprint: | n.a. | ||
| Total Remaining Time: | n.a. |
Description
In the Blitz ThumbnailStore interface definition:
void setPixelsId(long pixelsId) throws ServerError;
should be:
boolean setPixelsId(long pixelsId) throws ServerError;
Change History (4)
comment:1 Changed 12 years ago by cxallan
- Owner changed from jmoore to callan
- Status changed from new to assigned
comment:2 Changed 12 years ago by cxallan
- Resolution set to fixed
- Status changed from assigned to closed
Fixed by r1675.
comment:3 Changed 12 years ago by cxallan
Fixes merged into milestone:3.0-Beta2 branch in r1676.
comment:4 Changed 12 years ago by jmoore
- Milestone changed from 3.0-Beta3 to 3.0-Beta2.2
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Fixed in r1674.