Say I have 3 types of users: MyType1, MyType2, and one for untyped users called MyType0.

The majority of my users will be MyType0 (untyped) because that's the one that defaults during registration time.
So, I'd like to see a quick view (http://mywebsite.com/?q=admin/user/user_types/MyType0)
and detail view (http://mywebsite.com/?q=admin/user/user_types/MyType0/list/detail)
of all the users in that type.

However, it doesn't work. If I substitute MyType0 with MyType1 or MyType2 in each of the URLs above, then I can see the views.

Thanks for your advise.

Comments

swentel’s picture

Status: Active » Fixed

There is a new tab now called 'User list' where you can filter on all types of users, typed, untyped and normal.
Available in the next dev built. Mass operations is coming soon.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.