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:
ksuprynowicz 2023-07-03 23:51:39 +02:00 committed by GitHub
commit b931e545fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),