Skip to content

Error message on role definitions new page #286

@jbmolle

Description

@jbmolle

Hi,
Everytime I create a new role on the KAUI dashboard, the role is created but I receive an error message.
I'm not a Ruby developer so I can't help much on the issue.
The only thing I noticed is that:

  • in admin_allowed_users_controller.rb, there is: redirect_to kaui_engine.admin_allowed_users_path, :notice => 'User was successfully deleted'
  • but in role_definitions_controller.rb, there is: redirect_to admin_allowed_users_path, :notice => 'Role was successfully created'

Is kaui_engine missing?
Also when I check the logs in the container, I notice that the POST call to create the role uses http://killbill:8080 but the GET call to retrieve the roles uses http://killbill (wrong port).

Thanks for the great software!
JB

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions