-
Notifications
You must be signed in to change notification settings - Fork 0
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
DLC-1152 public assets #229
Conversation
…orized - likewise publicy accessible content - DLC-1152
…ontext (DLC-1127)
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.
@barmintor, everything looks good. I left a comment where I think I may have spotted a debug statement.
end | ||
end | ||
end | ||
|
||
def show | ||
render json: child(params['id']), :content_type => 'application/json' # Yes, content_type seems redundant here, but the header wasn't getting sent. | ||
puts child(params['id']).inspect |
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.
was this left in during debugging?
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.
Yes! Fixed (and thanks).
Several commits here to address minor bugs in v1.14.0
Ideally we will deploy these in a patch next Tuesday
The changes are deployed to staging