[RRR-70] Renderers need names and labels | |
| Status: | Closed |
| Project: | ReportRunner |
| Component/s: | Renderers |
| Affects Version/s: | 0.4 |
| Fix Version/s: | 0.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | Henri Yandell |
| Resolution: | Fixed | ||
| Environment: | |||
| Description |
| There needs to be a decoupling between the rednerer a report says it has, and the renderer class used. ie) the report needs to specify an id for the renderer (so it can put it in the url). It also needs to specify a label so it looks pretty or different than the standard. While we're at it, it should have a description. |
| Comment by bayard [ Mon, 7 Feb 2005 10:35:26 -0800 (PST) ] |
| Taken care of. Important to clone the renderer else they get on each others toes. Not cloning for the <renderers> tag, as it does not customise them in anyway. |