Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MIRACUM
dqa
DQAgui
Commits
1993e641
Commit
1993e641
authored
2 years ago
by
Lorenz Kapsner
Browse files
Options
Download
Email Patches
Plain Diff
fix: displayname to settings
parent
362d43fb
master
colored_diff_summary
development
development-Differences
fix_settings_from_env
lab-module
latest
time_compare_fix
trino
v0.2.4
v0.2.3
v0.2.2
v0.2.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
R/app_utils.R
+1
-1
R/app_utils.R
with
1 addition
and
1 deletion
+1
-1
R/app_utils.R
+
1
-
1
View file @
1993e641
...
...
@@ -782,7 +782,7 @@ render_quick_checks <- function(dat_table) {
get_from_env
<-
function
(
sysname
)
{
env_field_list
<-
c
(
"dbname"
,
"host"
,
"port"
,
"user"
,
"password"
,
"sid"
,
"path"
,
"driver"
)
"sid"
,
"path"
,
"driver"
,
"displayname"
)
outlist
<-
sapply
(
X
=
env_field_list
,
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help