ember-cli-admin icon indicating copy to clipboard operation
ember-cli-admin copied to clipboard

Blank screen on Resource page

Open theduke opened this issue 10 years ago • 2 comments

I have just tried to set up this addon on a blank ember project. I created a resource with ember g table-view-resource and it shows up properly in the menu.

When I try to open a resource page, the request to fetch the first page fires and properly returns, and the objects are in the datastore, but the app remains on the "Dashboard" page an nothing happens.

Also no errors in the console. Any hints?

theduke avatar Sep 25 '15 12:09 theduke

hi! Check please example app.

OpakAlex avatar Sep 27 '15 18:09 OpakAlex

Me too first. I found that when I tap ember command like this: ember g table-view-resource tip. It create a model named tip, and controller named tips. I think it the problem that it generate the plural name of the controller, while that it is not correct. So change the controller name as single, I works. Hopes helps for u.
By the way, it a excellent addon, thinks @igorrKurr , @OpakAlex and @sudodoki ^_^

JunQiGenYuan avatar Jan 11 '16 10:01 JunQiGenYuan