Skip to content

Commit

Permalink
Fix for custom contact field pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dongilbert committed Jun 9, 2016
1 parent a7cb060 commit a514c37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/bundles/LeadBundle/Views/Field/index.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'templateButtons' => array(
'new' => true
),
'routeBase' => 'leadfield',
'routeBase' => 'contactfield',
'langVar' => 'lead.field'
)));
?>
Expand All @@ -24,7 +24,7 @@
'searchValue' => $searchValue,
'action' => $currentRoute,
'langVar' => 'lead.field',
'routeBase' => 'leadfield',
'routeBase' => 'contactfield',
'templateButtons' => array(
'delete' => $permissions['lead:fields:full']
)
Expand Down
2 changes: 1 addition & 1 deletion app/bundles/LeadBundle/Views/Field/list.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'clone' => true,
'delete' => $item->isFixed() ? false : true,
),
'routeBase' => 'leadfield',
'routeBase' => 'contactfield',
'langVar' => 'lead.field',
'pull' => 'left'
));
Expand Down

0 comments on commit a514c37

Please sign in to comment.