User story #748
closedClient name should be "CFEngine Community" instead of "Community"
Added by Jonathan CLARKE almost 14 years ago. Updated about 11 years ago.
Description
Probably the same for Nova
Displayed in "Node summary" tab of node details
Files
Updated by Jonathan CLARKE almost 14 years ago
- Target version changed from 6 to 8
Updated by Jonathan CLARKE almost 14 years ago
- Tracker changed from Bug to User story
Updated by Jonathan CLARKE almost 14 years ago
- Priority changed from 4 to 5 (lowest)
Updated by François ARMAND about 13 years ago
- Target version changed from 18 to 24
Updated by Jonathan CLARKE over 12 years ago
- Target version changed from 24 to Ideas (not version specific)
Updated by Jonathan CLARKE about 11 years ago
- Subject changed from Client name should be "Cfengine Community" instead of "Community" to Client name should be "CFEngine Community" instead of "Community"
- Category set to Web - Nodes & inventories
- Status changed from New to 8
- Assignee set to Vincent MEMBRÉ
- Priority changed from 5 (lowest) to 4
- Target version changed from Ideas (not version specific) to 2.8.0~beta1
I'm sure this is a simple change, can we get it done soon please?
Updated by Jonathan CLARKE about 11 years ago
- Assignee changed from Vincent MEMBRÉ to Nicolas CHARLES
No answer from Vincent, so trying Nicolas - can you at least let me know how complex this is please? It is quite important.
Updated by Nicolas CHARLES about 11 years ago
- File community.png community.png added
Hum, this is already the case; it displays CFEngine Community (see screenshot)
Or is it something else ?
Updated by Vincent MEMBRÉ about 11 years ago
Sorry missed that,
This is a really small fix, just one line to change.
in /rudder-web/src/main/scala/com/normation/rudder/web/services/DisplayNode.scala line 362:
<b>Agent name:</b> {sm.node.agentNames.map(_.fullname()).mkString(";")}<br/>
the fullname function is called, adding the prefix CFEngine to the agent name.
Calling toString here instead should be good to fix this issue!
Updated by Vincent MEMBRÉ about 11 years ago
oups, I misread.
Nicolas is right, Agent name is already displayed as "CFEngine Community/Nova"
Updated by Nicolas CHARLES about 11 years ago
Updated by Vincent MEMBRÉ about 11 years ago
- Status changed from 8 to Rejected
There si no more occurences of "Community" instead of "CFEngine Community" in Rudder.
(the other possibilities was in Event logs, but they are never called, maybe this is another issue)
This was fixed in #2581 in version 2.4.0~beta3 (commit 4482d02de42ca1ad75d4bc6ad08810b802f0055e)