mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 23:53:54 +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,
|
||||
url: filename,
|
||||
fullUrl: filename,
|
||||
urlWithPath: entity.url,
|
||||
locked: entity.locked,
|
||||
visible: entity.visible,
|
||||
verticesCount: displayIfNonZero(entity.verticesCount),
|
||||
|
|
Loading…
Reference in a new issue