Bug #190 (closed)
Opened 13 years ago
Closed 13 years ago
RenderingBean should offer work when user doesn't manually set a RenderingDef
| Reported by: | jamoore | Owned by: | cxallan |
|---|---|---|---|
| Priority: | minor | Cc: | |
| Sprint: | n.a. | ||
| Total Remaining Time: | n.a. |
Description
A method needs be offered that doesn't throw an NPE or similar in order to initialize the RenderingDef. See r737 and RenderingEngineTest#L49
Change History (3)
comment:1 Changed 13 years ago by cxallan
- Keywords iteration4 deleted
- Milestone changed from 3.0-M2 to 3.0-M3
- Status changed from new to assigned
- Version changed from 3.0-M2 to 3.0-M3
comment:2 Changed 13 years ago by cxallan
- Keywords set to iteration5
comment:3 Changed 13 years ago by cxallan
- Resolution set to fixed
- Status changed from assigned to closed
Fixed in r1048. If you do not have a rendering definition of your own for a given pixels set, the rendering engine will create one for you based on the understood defaults. Further, resetDefaults() and save defaults will now work correctly.
We need this especially for the ThumbnailService to work correctly.