Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard default admin location #3

Closed
MattyBalaam opened this issue Oct 4, 2012 · 8 comments
Closed

Dashboard default admin location #3

MattyBalaam opened this issue Oct 4, 2012 · 8 comments

Comments

@MattyBalaam
Copy link

After adding Dashboard when I go to site/admin I'm redirected to site/admin/dashboard, moreover, when I click on Pages from the left-hand menu, it keeps the dashboard displayed. Other options on the menu work as expected.

@dospuntocero
Copy link
Collaborator

did you ?flush=all your project?

@MattyBalaam
Copy link
Author

Yes.

To give a bit more info, I develop on MAMP and I'm using Silverstripe 3.0.2. I've tested on two different sites.

@dospuntocero
Copy link
Collaborator

im using the same versions and its working for me... try /admin?flush=all

@MattyBalaam
Copy link
Author

No change. I've restarted MAMP, and tried Firefox, Chrome and Chrome Canary.

The only way I can get it to work is if I comment out the code in adminpanels.yml:

AdminRootController:
default_panel: 'Dashboard'

@unclecheese
Copy link
Owner

admin/dashboard should be the default view. I'm not able to replicate the problem with the Pages button, however. Browser?

On Oct 4, 2012, at 6:12 AM, Francisco arenas notifications@github.com wrote:

im using the same versions and its working for me... try /admin?flush=all


Reply to this email directly or view it on GitHub.

@unclecheese
Copy link
Owner

Does the URL change to admin/pages when you click Pages?

Check the XHR response for errors?

On Oct 4, 2012, at 6:19 AM, MattyBalaam notifications@github.com wrote:

No change. I've restarted MAMP, and tried Firefox, Chrome and Chrome Canary.

The only way I can get it to work is if I comment out the code in adminpanels.yml:

default_panel: 'Dashboard'

Reply to this email directly or view it on GitHub.

@MattyBalaam
Copy link
Author

OK, I think I've traced this to using the master branch, rather than the frozen 3.0.2.

@unclecheese
Copy link
Owner

Hmm.. I think I'm on the master branch, though.

On Oct 4, 2012, at 6:36 AM, MattyBalaam notifications@github.com wrote:

OK, I think I've traced this to using the master branch, rather than the frozen 3.0.2.


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants