mirror of
https://github.com/overte-org/overte.git
synced 2025-06-20 23:20:09 +02:00
Fix Create App search and URLs in entity list
This commit is contained in:
parent
9ded209afe
commit
73d76ca296
1 changed files with 1 additions and 0 deletions
|
@ -955,6 +955,7 @@ function loaded() {
|
||||||
type: type,
|
type: type,
|
||||||
url: filename,
|
url: filename,
|
||||||
fullUrl: filename,
|
fullUrl: filename,
|
||||||
|
urlWithPath: entity.url,
|
||||||
locked: entity.locked,
|
locked: entity.locked,
|
||||||
visible: entity.visible,
|
visible: entity.visible,
|
||||||
verticesCount: displayIfNonZero(entity.verticesCount),
|
verticesCount: displayIfNonZero(entity.verticesCount),
|
||||||
|
|
Loading…
Reference in a new issue