| Summary: | Remove branding API | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Rüdiger Herrmann <ruediger.herrmann> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 2.0 M3 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 374478, 377424, 393420, 393421 | ||
|
Description
Rüdiger Herrmann
Removed branding API as described. Changes are in commit d2906d206078b4bc9868471bf96c9931b8e14046. Two minor changes: (In reply to comment #0) > * the entry point/application extension should (optionally) reference a > branding. For the entry point extension an ew 'branding' attribute should be > created. The application extension should reference the branding through a > 'branding' parameter. The new attribute in the entrypoint extension is now called "brandingId". Applications can specify a branding in a parameter "brandingId". > * the name of application extension should be used as the 'path' to the entry > point which represents the application Instead of using the extension name, we agreed on reading the path from a "path" property of the application extension. The exit confirmation can now be set programmatically using the client service ExitConfirmation (see bug 374478). |