Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REST API: fix generator of full node namespace (#3516)
The hard coded mapping in the automated node namespace generator had incorrect values for the `node_type` part. The `node_type` for process nodes will always have a trailing dot and so to match those nodes the node type part of the `full_type` needs to match it exactly.
- Loading branch information