rydurham / L4withSentry

Laravel 4 and Sentry 2.0
300 stars 91 forks source link

Edit Group Error: NotFoundHttpException #13

Closed christill closed 11 years ago

christill commented 11 years ago

There appears to be an error when you try and edit a group from the admin panel.

rydurham commented 11 years ago

I will look at this when I am back in my office - probably sometime early next week.

rydurham commented 11 years ago

I have not been able to recreate this issue. Have you found out any more about what the problem is?

christill commented 11 years ago

Not yet, I can take a look when I get home and I will try to isolate it.

On Mon, Aug 19, 2013 at 2:58 PM, Ryan Durham notifications@github.comwrote:

I have not been able to recreate this issue. Have you found out any more about what the problem is?

— Reply to this email directly or view it on GitHubhttps://github.com/rydurham/L4withSentry/issues/13#issuecomment-22873492 .

cybexmind commented 11 years ago

Hello, I have deleted a backslash from file "\app\views\groups\index.blade.php" at line 24: ---Before---

<td><button class="btn" onClick="location.href='{{ URL::to('groups') }}/{{ $group-> id}}/edit/'">

---After---

<td><button class="btn" onClick="location.href='{{ URL::to('groups') }}/{{ $group-> id}}/edit'">

So no errors. Sorry but I do not know how to submit changes on github: (

rydurham commented 11 years ago

Changes are submitted via pull requests.

I will go ahead and remove that backslash. Thanks!