Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6.0
-
None
-
None
-
Patch, Important
Description
Wrong order of the params
UIHelpers.putTopologyDebugActionSpct( nimbusClient.getClient(), id, component, action, spct ),
where as it should be as
UIHelpers.putTopologyDebugActionSpct( nimbusClient.getClient(), id, action, spct, component )