Skip to content

Commit

Permalink
Updated broken links in DS's right click menu
Browse files Browse the repository at this point in the history
  • Loading branch information
rimashah25 committed Dec 4, 2023
1 parent 717c28d commit 73ae8a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -657,14 +657,14 @@ function TableDeliveryServicesController(tableName, deliveryServices, steeringTa

$scope.contextMenuOptions = [
{
getHref: ds => `/delivery-services/${ds.id}?dsType=${ds.type}`,
getHref: ds => `#!/delivery-services/${ds.id}?dsType=${ds.type}`,
getText: ds => `Open ${ds.xmlId} in a new tab`,
newTab: true,
type: 2
},
{type: 0},
{
getHref: ds => `/delivery-services/${ds.id}?dsType=${ds.type}`,
getHref: ds => `#!/delivery-services/${ds.id}?dsType=${ds.type}`,
text: "Edit",
type: 2
},
Expand Down

0 comments on commit 73ae8a1

Please sign in to comment.