Skip to content

Commit 40a2db1

Browse files
committed
renaming
1 parent 298395b commit 40a2db1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

services/static-webserver/client/source/class/osparc/dashboard/SearchBarFilter.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ qx.Class.define("osparc.dashboard.SearchBarFilter", {
4545
HEIGHT: 36,
4646

4747
getSharedWithOptions: function(resourceType) {
48+
if (resourceType === "template") {
49+
resourceType = "tutorial";
50+
}
51+
4852
const resourceAlias = osparc.product.Utils.resourceTypeToAlias(resourceType, {
4953
firstUpperCase: true,
5054
plural: true

0 commit comments

Comments
 (0)