Skip to content

Commit d16cbf7

Browse files
committed
BAP-498: Fixed demo data
1 parent 23681a6 commit d16cbf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/OroCRM/Bundle/DemoDataBundle/DataFixtures/Demo/LoadPintabsData.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function loadUsersTags()
8888
"remove" => false
8989
),
9090
'leads' => array(
91-
"url" => "/sales/lead",
91+
"url" => "/lead",
9292
"title_rendered" => "Leads - Sales",
9393
"title" => "{\"template\":\"Leads - Sales\",\"short_template\":\"Leads\",\"params\":[]}",
9494
"position" => 0,
@@ -98,7 +98,7 @@ public function loadUsersTags()
9898
"remove" => false
9999
),
100100
'opportunities' => array(
101-
"url" => "/sales/opportunity",
101+
"url" => "/opportunity",
102102
"title_rendered" => "Opportunities - Sales",
103103
"title" => "{\"template\":\"Opportunities - Sales\",\"short_template\":\"Opportunities\",\"params\":[]}",
104104
"position" => 0,

0 commit comments

Comments
 (0)