function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jonathan BoulterJonathan Boulter 

Overriding the edit button on console apps

I'm having problems when I override the edit button on a console app. The issue is that when the save or cancel button is clicked in my new component a second tab is created instead of just updating the current tab. This means the edit page is still open giving a really bad ux.
Screenshot 
I've even gone back to following the Trailhead tutorial on it and I get the same: https://trailhead.salesforce.com/content/learn/projects/workshop-override-standard-action
My original solution was using a LWC wrapped in an aura component.  Is overriding the edit (and new) buttons broken in console apps, or has anyone found a way to force the page to update the current tab?
PriyaPriya (Salesforce Developers) 
Hey Jonathan,
The requirement seems to be staying on the same tab after clicking the button. 
Please check this link if it helps you :- 

https://developer.salesforce.com/forums/?id=9062I000000DIa1QAG

Thanks!