Errors in Katello UI potentially due to renderer change

Hello all,

We are running into this when navigating to the subscriptions page in the Katello UI:

undefined local variable or method 'notification_recipients_path'

git bisect marks this commit in Foreman as where the issue starts to happen.

Are there changes needed in Katello to accommodate the change in template rendering? Any help would be appreciated, I’m not sure how to resolve this issue.

1 Like

And, of course, right after I submit this I see this thread:

Looks like there is a Katello PR out already https://github.com/Katello/katello/pull/7496/files

I’ll review this now, please disregard my previous message :wink:

Looks like those pages still need to be fixed, there is some discussion/investigation on the Katello PR

If you need those pages (subscriptions and RH repos), you can git checkout 416eba8591f1496f9382d76bf3a645ccaf2c69d0 in foreman for now, that seems to be working fine for me.

This is now fixed by this merged PR

1 Like