Bug 833245

Summary: RFE: Expose revision information for images
Product: [Community] PressGang CCMS Reporter: Matthew Casperson <mcaspers>
Component: Web-UIAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 1.xCC: cbredesen, topic-tool-list
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1030132    

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.