We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi team,
Under Realtime Data -> SIP options Probers Click on the "ID" Hyperlink, and the hyperlink appears to append "/1*(Prober ID)" to the URL.
This results in redirection to a 404 page.
I believe this is a bug(?) related to app/decorators/sip_options_prober_decorator.rb:
def id_link computed_id = "#{model.node.id}*#{model.id}" h.link_to model.id, sip_options_prober_path(computed_id) end def equipment_sip_options_prober_link h.link_to model.name, equipment_sip_options_prober_path(model.id) end
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi team,
Under Realtime Data -> SIP options Probers
Click on the "ID" Hyperlink, and the hyperlink appears to append "/1*(Prober ID)" to the URL.
This results in redirection to a 404 page.
I believe this is a bug(?) related to app/decorators/sip_options_prober_decorator.rb:
The text was updated successfully, but these errors were encountered: