Removing or hiding "role added to user" message from consumer portal.

smfoister
Giga Expert

We're deploying our customer service portal and we have noticed that when a consumer registers with the site the roles being added to the consumer are displayed on the portal just like they are internally when a role is applied to a user.

It appears the only way to remove this message is to comment out lines on the RoleManager script include, which is not ideal because this is an incredibly important script. Is there any other way, such as a system property or something that this can be disabled?

1 ACCEPTED SOLUTION

Allen Andreas
Administrator
Administrator

Hi,

Unfortunately, the only way to stop the InfoMessages from appearing it to comment out those lines in the RoleManager script include. It shouldn't really be a problem to do this if it's a request platform wide to not have those show when adding roles. It would need to be reviewed every upgrade, but that isn't too bad of a task.

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

View solution in original post

11 REPLIES 11

Cory Sougstad
Kilo Contributor

I've completely removed it from the RoleManager, but these messages are still displaying when I create a user through a record producer in the portal. Is there something portal specific that might be doing the same thing?