mrtopher / dashEE

Control panel dashboard framework for EE CMS.
37 stars 5 forks source link

1.4 Redirect from CP Home to DashEE #17

Closed GDmac closed 12 years ago

GDmac commented 12 years ago

Updated the extension to redirect from CP Home to DashEE.

To install, disable and Enable DashEE extension only. (no need for update method bagage)

The sessions_end method includes some checks that the user has access to the module. Can you verify this all works as planned?

mrtopher commented 12 years ago

Thanks for taking a swing at this GDmac!

Couple of problems while I was testing this though...

Even after commending a majority of the code out I'm still getting weird errors like "Message: Undefined property: Homepage::$session Filename: libraries/Functions.php Line Number: 368" when trying to redirect the user.

GDmac commented 12 years ago

changes

mrtopher commented 12 years ago

Yep, I was running a version or two behind... sorry.

This is looking good, just need to make a tweak here and there and should be good.

Should have it merged in the next day or two. Then I'll take a look at your other request.

Thanks for the help!

GDmac commented 12 years ago

I'll force push-update tomorrow, since this->base_url is now also valid for sessions_end. I'll also incorporate the fix in the other pull-req so asap after that.