You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe?
When clicking 'Cancel' on the asset edit page, users are returned to the asset index/list view. This creates unnecessary navigation steps when users want to return to viewing the asset they were editing.
Describe the solution you'd like
Proposed Change
Update the Cancel button behavior to:
Return users directly to the asset details page they were previously editing
Maintain current 'Save' button behavior (staying on edit page to allow additional changes)
Rationale
This change will:
Improve UX by reducing unnecessary navigation steps
Maintain consistency with expected cancel behavior (return to previous view)
Keep the current save functionality that allows users to make incremental edits
Technical Notes
Update cancel button onClick handler to navigate to asset/:id instead of /assets
No changes needed to save button functionality
Ensure asset ID is properly preserved for navigation
Out of Scope
Save button behavior remains unchanged (stays on edit page)
No changes to form validation or data handling
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Contact Details
No response
Is your feature request related to a problem? Please describe?
When clicking 'Cancel' on the asset edit page, users are returned to the asset index/list view. This creates unnecessary navigation steps when users want to return to viewing the asset they were editing.
Describe the solution you'd like
Proposed Change
Update the Cancel button behavior to:
Rationale
This change will:
Technical Notes
Out of Scope
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: