Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lgl
SmartVillages2
Commits
01d4b50c
Commit
01d4b50c
authored
Nov 19, 2025
by
Luna Riegel
Browse files
Fix Objectlibrary duplicating entries on reload
parent
b74a3e17
Changes
1
Show whitespace changes
Inline
Side-by-side
src/objectList.vue
View file @
01d4b50c
...
@@ -130,6 +130,7 @@ let app;
...
@@ -130,6 +130,7 @@ let app;
let
projectStateObject
;
let
projectStateObject
;
async
function
loadCatalogsFromConfig
(
config
)
{
async
function
loadCatalogsFromConfig
(
config
)
{
objLib
.
value
=
{};
const
configJson
=
JSON
.
parse
(
JSON
.
stringify
(
config
));
const
configJson
=
JSON
.
parse
(
JSON
.
stringify
(
config
));
const
catalogues
=
Object
.
values
(
configJson
.
objectCatalogues
);
const
catalogues
=
Object
.
values
(
configJson
.
objectCatalogues
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment