ui: bootgrid, correct required api for command-info #5478 (#5829)

* command-info uses this.command_info method, which expects
  params['info'] to be populated, not 'get'.
This commit is contained in:
agh1467 2022-06-25 16:02:39 -04:00 committed by GitHub
parent 91b840d5d2
commit a3a54623a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,