Forums / Setup & design / Unable to assign role to user

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Unable to assign role to user

Author Message

Siniša Šehović

Wednesday 24 August 2005 5:29:01 am

Hi all

Exponential is 3.7.0rc2 from PubSVN.

I have created new user class (test class) with all needed attributes and created new role (test role).

If I try to assign that role (test role) to that new user (test class user) I can't because radiobutton for selecting user is disabled.

If I try to assign "test role" to default user class radiobutton is enabled!?

What is wrong?
Please help!

S.

Sinisa

---
If at first you don't succeed, look in the trash for the instructions.

Kristof Coomans

Wednesday 24 August 2005 5:39:27 am

You propably need to add these customised content classes in the INI file browse.ini.append(.php):

example:

[AssignRole]
Class[]=custom_contentclass_identifier_1
Class[]=custom_contentclass_identifier_2

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Siniša Šehović

Wednesday 24 August 2005 6:17:24 am

Hi Kristof

Yes that was the problem!!
After adding new class everything works as it should!!

Thanx!!

---
If at first you don't succeed, look in the trash for the instructions.