Error 502 when click on Any Project > Secure > Security configuration
I'm running 18.5.1 omnibus docker-ce version and If I click on any Project > Secure > Security configuration I'm getting 502. The error in the log is:
gitlab_web_1 | ==> /var/log/gitlab/gitlab-rails/production.log <== gitlab_web_1 | gitlab_web_1 | ActionView::Template::Error (undefined method group_security_configuration_path' for #ActionView::Base:0x00000042824820):
gitlab_web_1 | 7: project_full_path: @project.full_path,
gitlab_web_1 | 8: group_full_path: @project.root_ancestor.full_path,
gitlab_web_1 | 9: can_manage_attributes: can?(current_user, :admin_security_attributes, @project.root_ancestor).to_s,
gitlab_web_1 | 10: group_manage_attributes_path: group_security_configuration_path(@project.root_ancestor) } }
gi`
I checked migration, all is up, also gitlab-rake gitlab:check shows no error.