-
-
Notifications
You must be signed in to change notification settings - Fork 72
Error message on role definitions new page #286
Copy link
Copy link
Closed
Milestone
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels