Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Nexus
-
Labels:None
Description
The Nexus' WebSocket endpoint /bindModel/ currently has its route specified as "/bindModel/:componentPath/:modelPath". In cases where a model binding needs to address the entirety of a components model, the modelPath segment of the URL is empty, e.g. "/bindModel/some.component.path/". However, requests without the modelPath segment do not trigger the endpoint. The solution to this issue is presumably to add another endpoint and connecting it to the same request handler.
Attachments
Issue Links
- mentioned in
-
Page Loading...