diff --git a/source/Ox.UI/js/Core/URL.js b/source/Ox.UI/js/Core/URL.js index 2a07c7df..f977d21e 100644 --- a/source/Ox.UI/js/Core/URL.js +++ b/source/Ox.UI/js/Core/URL.js @@ -733,7 +733,7 @@ Ox.URL = function(options) { parseBeyondItem(); } else { // test for item id or name - self.options.getItem(parts[0].replace(/%20/g, ' '), function(item) { + self.options.getItem(state.type, parts[0].replace(/%20/g, ' '), function(item) { state.item = item; if (item) { parts.shift(); @@ -820,7 +820,7 @@ Ox.URL = function(options) { } } function parseBeyondSpan() { - Ox.Log('Core', 'pBS', state) + Ox.Log('Core', 'pBS', state, parts) var sortKeyIds, sortParts; if (parts.length) { sortParts = parts[0].split(',');