Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Validata
Validata UI
Commits
6dc5f85e
Commit
6dc5f85e
authored
Jun 17, 2019
by
Pierre Dittgen
Browse files
Improve home page loading time
parent
c52faefa
Changes
1
Hide whitespace changes
Inline
Side-by-side
validata_ui/views.py
View file @
6dc5f85e
...
...
@@ -408,7 +408,7 @@ def ui_config_with_schema_metadata(ui_config, schema_catalog_map):
schema_list
=
[]
for
ref
in
schema_catalog
.
references
:
# Loads default table schema for each schema reference
table_schema
=
schema_from_url
(
ref
.
get_schema_url
())
table_schema
=
schema_from_url
(
ref
.
get_schema_url
(
check_exists
=
False
))
schema_list
.
append
({
'name'
:
'{}.{}'
.
format
(
section_code
,
ref
.
name
),
# Extracts title, description, ...
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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