Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with shiny app #489

Closed
jreps opened this issue Oct 15, 2024 · 3 comments
Closed

issue with shiny app #489

jreps opened this issue Oct 15, 2024 · 3 comments
Assignees

Comments

@jreps
Copy link
Collaborator

jreps commented Oct 15, 2024

When I try and view models in the shiny app it fails due to:

databaseSettings$databaseTable = 'database_meta_table'

but the table name should be

databaseSettings$databaseTable = 'database_meta_data'

@jreps
Copy link
Collaborator Author

jreps commented Oct 15, 2024

I added a pull request to fix this - seems to have been an issue for a while which is odd

@egillax
Copy link
Collaborator

egillax commented Oct 16, 2024

@jreps I'm assuming you meant to assign me to review the PR not assign me the issue. I reviewed and approved the PR.

@egillax
Copy link
Collaborator

egillax commented Nov 1, 2024

Fixed by #490

@egillax egillax closed this as completed Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants