| Summary: | [sites] Start/Stop actions is rendered as icon on Edit Site | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Szymon Brandys <Szymon.Brandys> |
| Component: | Client | Assignee: | Szymon Brandys <Szymon.Brandys> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | mamacdon, susan |
| Version: | 0.5 | ||
| Target Milestone: | 0.5 RC1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Szymon Brandys
I think I know what's happening. The command is supposed to be text, but its name is defined in a message file:
> name: messages["Start"]
The message is missing or not loaded, which causes the command framework to fallback to the icon.
The message file should be fixed (or loaded correctly by the edit-site page).
makes sense, I'll assign to Szymon since it doesn't seem like a bug in the framework. Fixed with b52aef4d044f1289c855a264d6376ef62a349ff2. Mark was right. Seems like our NLS tool did not add Start and Stop keys to messages.js. |