Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
magento-mailgun
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Chris Coley
magento-mailgun
Commits
928b67fd
Commit
928b67fd
authored
Jun 25, 2014
by
Charles Drew
Browse files
Options
Downloads
Patches
Plain Diff
Fixed grid routing issue
parent
576ff724
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/code/community/FreeLunchLabs/MailGun/Block/Adminhtml/Customer/Email/Grid.php
+1
-1
1 addition, 1 deletion
...LunchLabs/MailGun/Block/Adminhtml/Customer/Email/Grid.php
with
1 addition
and
1 deletion
app/code/community/FreeLunchLabs/MailGun/Block/Adminhtml/Customer/Email/Grid.php
+
1
−
1
View file @
928b67fd
...
...
@@ -51,7 +51,7 @@ class FreeLunchLabs_MailGun_Block_Adminhtml_Customer_Email_Grid extends Mage_Adm
}
public
function
getRowUrl
(
$row
)
{
return
$this
->
getUrl
(
'*/email
T
racking/email
D
etail'
,
array
(
return
$this
->
getUrl
(
'*/email
t
racking/email
d
etail'
,
array
(
'id'
=>
$row
->
getId
()
));
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment