Reputation: 386
In Maximo 7.6.1.1/Spatial 7.6.0.5:
When a user right-clicks on the map,
one of the following messages is displayed: Set record location
-or- No actions available
.
Question:
What mechanism does Maximo use to either allow the user to Set record location
or instead just say No actions available
?
Is it tucked away in the JavaScript somewhere? Can it be customized/overwritten?
Upvotes: 0
Views: 169
Reputation: 386
It looks like the mechanism might be stored in lines 45-67 of ContextMenu.js
.
"no_actions_available"
...\webclient\javascript\ibm\tivoli\fwm\mxmap\ContextMenu.js
Upvotes: 0
Reputation: 75
Just re-build maximo.ear and deploy it ;-) But keep in mind that in the future these changed files could be overwritten by a fix or an update.
Upvotes: 1