-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update for app config changes #38
Conversation
@chiatt is this expected to be failing? It's complaining about missing pgtrigger. Feel like I've seen this recently as a missing dependency. |
Yeah, I would expect I PR'd this to the dashboard toy project in chiatt/dashboard#2 |
Looks like a new package-lock.json is needed. |
@@ -441,60 +462,86 @@ | |||
"iconclass": "fa fa-bolt", | |||
"component": "views/components/cards/file-renderers/xy-reader", | |||
"ext": "txt", | |||
"type": "text/plain", | |||
"type": "text/plain", | |||
"exclude": "", | |||
}, | |||
] | |||
|
|||
X_FRAME_OPTIONS = "SAMEORIGIN" | |||
|
|||
FORMATS = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This array isn't needed anymore per archesproject/arches-for-science#1380
But shouldn't cause a problem.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor nit - fix if desired. LGTM.
Update for app config changes