Bug 833245 - RFE: Expose revision information for images
Summary: RFE: Expose revision information for images
Keywords:
Status: NEW
Alias: None
Product: PressGang CCMS
Classification: Community
Component: Web-UI
Version: 1.x
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 1030132
TreeView+ depends on / blocked
 
Reported: 2012-06-19 02:48 UTC by Matthew Casperson
Modified: 2023-02-21 23:19 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description Matthew Casperson 2012-06-19 02:48:20 UTC
Images need to have their revisions exposed in the UI

Comment 1 Lee Newson 2012-11-23 05:26:12 UTC
There is currently a bug here that caused all of the image revisions to be lost. This is fixed in build 20121123-1253.

The cause of the bug was that the columnDefinition wasn't set on the blob getters in the entity class. As such they were automatically mapped to TINYBLOB in MySQL and that can only only store 255 bytes of information. As such all images will now have no revisions expect the current one.

As for displaying the revisions that still needs to be done.


Note You need to log in before you can comment on or make changes to this bug.