You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which causes the UI to generate empty resource_xyz elements, so clicking on them has no effect.
Adding:
dataType = "string",
solves the problem. Perhaps the dom generation code could consider string as default type for implicit params? Or the annotation itself could provide a default value? The failure is silent so can take a while to figure out.