I've encountered an issue with the breadcrumb display when creating and editing cases in our application.
Issue Description:
Expected Behaviour:
The breadcrumb should display the case number from the start, without requiring an additional edit and save action.
Steps to Reproduce:
Issue Description:
- When a new case is created, the breadcrumb initially displays the backend ID of the case, which is the primary key in the database, instead of the expected auto-increment case number.
- However, if I edit and save the case, the breadcrumb correctly updates to show the auto-increment case number, as intended.
Expected Behaviour:
The breadcrumb should display the case number from the start, without requiring an additional edit and save action.
Steps to Reproduce:
- Create a new case.
- Observe the breadcrumb, which displays the backend ID.
- Edit and save the case.
- Notice that the breadcrumb now correctly shows the case number.
Comment