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
MarkHBMarkHB 

Datatable URL field opens new browser tab in Summer '19

I have a Lightning Datatable with a URL field whose target value has been a forward slash concatenated with a case object ID (so it resolved to https://mydomain.lightning.force.com/objectId).  Prior to Summer '19, this produced the intended result: the link opened a new tab in the Lightning service console.  As of this week, though, it's opening in a new browser tab instead (so effectively a target="_blank").  I have two questions:
  1. Does anyone know if this change was documented anywhere?
  2. Is there anything I can do with the typeAttributes that will produce the same result that calling workspaceAPI.openTab() does (regardless of focus)?
Current column definition (wrapped for ease of reading) in the Controller:
 
{label: "Case Number",
    fieldName: "Anchor",
    type: "url",
    typeAttributes: {
        label:{
            fieldName: "CaseNumber"
        }
    },
    sortable: true},
Thanks for any help!
Mark

#Summer19
Best Answer chosen by MarkHB
MagulanDuraipandianMagulanDuraipandian
Are you facing this issue in Standard Navigation or Console Navigation?
If it is in console navigation, it's a known issue from Salesforce. - https://success.salesforce.com/issues_view?id=a1p3A000001PYlGQAW
Check this too - https://salesforce.stackexchange.com/questions/261119/lightning-navigation-is-not-working-after-summer-19-release