owl-cli 7.16.0 → 7.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -275,6 +275,7 @@ function filterOrgsApps(apps,orgId) {
|
|
|
275
275
|
}
|
|
276
276
|
level2.children.push({
|
|
277
277
|
path: "/owl/" + app.id,
|
|
278
|
+
id:app.id,
|
|
278
279
|
name: app.name,
|
|
279
280
|
icon: app.icon,
|
|
280
281
|
pos: app.pos
|
|
@@ -282,6 +283,7 @@ function filterOrgsApps(apps,orgId) {
|
|
|
282
283
|
} else {
|
|
283
284
|
group.children.push({
|
|
284
285
|
path: "/owl/" + app.id,
|
|
286
|
+
id:app.id,
|
|
285
287
|
name: app.name,
|
|
286
288
|
icon: app.icon,
|
|
287
289
|
pos:app.pos
|
|
@@ -291,6 +293,7 @@ function filterOrgsApps(apps,orgId) {
|
|
|
291
293
|
} else {
|
|
292
294
|
apps[app.id] = {
|
|
293
295
|
path: "/owl/" + app.id,
|
|
296
|
+
id:app.id,
|
|
294
297
|
name: app.name,
|
|
295
298
|
icon: app.icon,
|
|
296
299
|
pos:app.pos
|