Skip to content

Commit

Permalink
add lookups for QB-30587
Browse files Browse the repository at this point in the history
  • Loading branch information
withdave committed Jan 15, 2025
1 parent 4c047f7 commit 1d63fd8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions manifests/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
{
"attribute": "multitenancy",
"lookup": "SET vu_is_parent_app"
},
{
"attribute": "QB-30587",
"lookup": "For Each Dir in DirList('$(vDirLocation)/QlikMetaCollection/Tenants/')"
}
]
},
Expand Down Expand Up @@ -58,6 +62,10 @@
{
"attribute": "multitenancy",
"lookup": "Set vu_is_parent_app"
},
{
"attribute": "QB-30587",
"lookup": "For Each Dir in DirList('$(vDirLocation)/QlikMetaCollection/Tenants/')"
}
]
},
Expand Down Expand Up @@ -91,6 +99,10 @@
{
"attribute": "multitenancy",
"lookup": "SET vu_is_parent_app"
},
{
"attribute": "QB-30587",
"lookup": "For Each Dir in DirList('$(vDirLocation)/QlikMetaCollection/Tenants/')"
}
]
},
Expand Down Expand Up @@ -124,6 +136,10 @@
{
"attribute": "multitenancy",
"lookup": "SET vu_is_parent_app"
},
{
"attribute": "QB-30587",
"lookup": "For Each Dir in DirList('$(vDirLocation)/QlikMetaCollection/Tenants/')"
}
]
},
Expand Down

0 comments on commit 1d63fd8

Please sign in to comment.