mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
* command-info uses this.command_info method, which expects params['info'] to be populated, not 'get'.
This commit is contained in:
parent
91b840d5d2
commit
a3a54623a8
@ -82,7 +82,7 @@ $.fn.UIBootgrid = function (params) {
|
||||
},
|
||||
"command-info": {
|
||||
method: this_grid.command_info,
|
||||
requires: ['get']
|
||||
requires: ['info']
|
||||
},
|
||||
"command-toggle": {
|
||||
method: this_grid.command_toggle,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user