How about to implement parent_id in resource grid?
This would be a big improvement to sort at least by the parent_id and would improve the usability of batcher.
I suppose it's pretty simple, resource.grid.js: add "parent" to the field list, add "parent" to columns
,fields: ['id','parent','pagetitle','template','templatename','alias','deleted','published','createdon','editedon','hidemenu']
,paging: true
,autosave: false
,remoteSort: true
,autoExpandColumn: 'pagetitle'
,cls: 'batcher-grid'
,sm: this.sm
,columns: [this.sm,{
header: _('id')
,dataIndex: 'id'
,sortable: true
,width: 60
},{
header: _('parent')
,dataIndex: 'parent'
,sortable: true
,width: 60
},{
BTW: where's the common target to place a request/bug add_ons/components so that it is heard from the author?
I often miss this link.