mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:01:09 +02:00
Merge pull request #507 from overte-org/fix/create_app_search
Fix Create App search and URLs in entity list
This commit is contained in:
commit
b931e545fe
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