joshsoftware / joshsoftware/EZScreen
Suggestion/(bug) Title: Frontend issue: Cloned jobs do not have unique copy numbering
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- Avg merge
- 18h 32m
- Merged PRs (30d)
- 30
Description
Title: Frontend issue: Cloned jobs do not have unique copy numbering
Summary:
After cloning a job, the system creates a copy with the same title and only adds “(Copy)”. When multiple copies are created, users cannot clearly distinguish between them.
Environment: Staging
Module: Jobs → Clone Job
Precondition:
An existing job is available.
Steps to Reproduce:
Open the Jobs page.
Clone an existing job.
Observe the newly created job title.
Clone the same job again.
Compare the titles of the cloned jobs.
Actual Result:
The cloned jobs are displayed with the same title, such as:
DevOps (Copy)
DevOps (Copy)
DevOps (Copy)
Expected Result:
Each cloned job should have a clearly distinguishable, unique title, such as:
DevOps (Copy 1)
DevOps (Copy 2)
DevOps (Copy 3)
The numbering should continue correctly for subsequent copies.
Impact:
Users may confuse multiple cloned jobs and may open, edit, or publish the wrong job.
Priority: Medium
Attachnment :
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.