How can I create a custom multi node tree picker with GUIDs and NOT umbraco node IDs
I have a custom node picker, but instead of displaying umbraco nodes from IDs, i want to load GUIDs. When i pass the GUIDs into here: customTreeParams: 'pageId=' + $routeParams.id + '&rootIds=' + $scope.GUIDs
How can I create a custom multi node tree picker with GUIDs and NOT umbraco node IDs
I have a custom node picker, but instead of displaying umbraco nodes from IDs, i want to load GUIDs. When i pass the GUIDs into here: customTreeParams: 'pageId=' + $routeParams.id + '&rootIds=' + $scope.GUIDs
it does not work. Any ideas?
These GUIDs are coming from Merchello products
is working on a reply...