CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

User List on first time login #241

Closed pau1m closed 8 years ago

pau1m commented 8 years ago

On the user list page linked from /admin/users I get a 404 on first time use.

After enabling Entity UI the page displays normally.

If a user can't use the page out of the box it shouldn't be linked to.

screen shot 2016-05-13 at 10 44 59
FilipNest commented 8 years ago

That page should only work if entity_ui is enabled. The definition of that menu item should therefore be moved inside the entity_ui module so it only works if that's enabled. Unless we want to make entity_ui core and always enabled.

adam-clarey commented 8 years ago

fixed in https://github.com/CityWebConsultants/Iris/pull/253