Skip to content
New issue

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

sip option probers interface bug #1501

Open
hcaldicott opened this issue Jul 9, 2024 · 0 comments
Open

sip option probers interface bug #1501

hcaldicott opened this issue Jul 9, 2024 · 0 comments

Comments

@hcaldicott
Copy link

hcaldicott commented Jul 9, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant