Is it possible to change the title field to Title in KUE dashboard?
- Dominant language
- JavaScript
- Stars
- 9.4k
- Forks
- 858
- PR merge metrics
- No merged PRs in 30d
Description
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?

Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the KUE UI dashboard code that renders fields when an expanded job is opened, then compare it with the provided queue.create example using a custom "Title" field. Done means the built-in title is displayed as "Title" or can be omitted, without producing duplicate title fields.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js, redis
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100