Welcome to the HCL Connections Product Ideas Lab! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by the HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events, please visit our HCL Connections page.
Issue ----
When using WikisConfigService.showConfig() then it will not show "editor.wikimacros.enabled = true/false" properties in both Connections 6.0 and 6.5
So if we try to update, its throwing error.
wsadmin>WikisConfigService.updateConfig("editor.wikimacros.enabled", "true")
Error -- Update not supported for editor.wikimacros.enabled .
Expectation ----
It should show "editor.wikimacros.enabled" properties in showConfig wsadmin command.