} else if (match = partialId.match(MODULE_TYPE)) {
        match[1] = page.moduleName || match[1];
        breadcrumb.push({ name: match[1], url: sectionPath + '/' + match[1] });
        breadcrumb.push({ name: match[2] });
      }  else if (match = partialId.match(MODULE_SERVICE)) {