Hi All,
I am trying to implement the 'hello' command into my module. I have copied the complete hello command folder under the commands directory of the 'src' folder and added the below code to my 'extensions.js' file.
"csui/utils/commands": {
"extensions": {
"dcits": [
"dcits/commands/hello/hello.command"
]
}
},
"csui/widgets/nodestable/toolbaritems": {
"extensions": {
"dcits": [
"dcits/commands/hello/hello.nodestable.toolitems"
]
}
}
also the below code to 'dcits-all.js' under 'bundles' directory.
'dcits/commands/hello/hello.command',
'dcits/commands/hello/hello.nodestable.toolitems'
but still its not registring the command extension.
When I run the 'http://localhost/otcs/cs.exe/app/config' it does not show the code from the 'extension.js' on the config page.
Please see the attached code from the config page also attaching the 'extensions.js' and 'dcits-all.js' file.
Note: my module name is 'dcits'.
Could you please tell me what I am missing and doing wrong.
Kind regards,
John