Automattic / kue

Kue is a priority job queue backed by redis, built for node.js.
http://automattic.github.io/kue
MIT License
9.45k stars 862 forks source link

Is it possible to change the title field to Title in KUE dashboard? #1201

Open smdevpod opened 5 years ago

smdevpod commented 5 years ago

Ive been trying to figure this out for a while, but I just cannot figure it out. In the KUE UI dashboard, when you click on expand a job, you have your custom fields and KUE fields such as "create", "state", "attempts" and "title". I managed to change "create" to "Create" and been successful for the others, but I just cannot do it for the "title".

When I create a new job, I tried to add a custom field "Title", but then in the KUE UI dashboard I get two field - "title" and "Title".

            job = queue.create('workOrderQueue', {
                    Title: 'testing title,

Is it possible to achieve this, or to fully remove the title field from the job expanding section? image