Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 381242

Summary: [sites] Start/Stop actions is rendered as icon on Edit Site
Product: [ECD] Orion Reporter: Szymon Brandys <Szymon.Brandys>
Component: ClientAssignee: 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 CLA 2012-05-31 13:28:38 EDT
If you open the site page, you can see that the start/stop action is rendered as an icon. I looked at the code and the right style "button" is used. Mark, do you make something specific on that page to render the action this way?
Comment 1 Mark Macdonald CLA 2012-05-31 14:04:26 EDT
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).
Comment 2 Susan McCourt CLA 2012-05-31 15:29:44 EDT
makes sense, I'll assign to Szymon since it doesn't seem like a bug in the framework.
Comment 3 Szymon Brandys CLA 2012-06-01 04:16:59 EDT
Fixed with b52aef4d044f1289c855a264d6376ef62a349ff2. Mark was right. Seems like our NLS tool did not add Start and Stop keys to messages.js.