-
Notifications
You must be signed in to change notification settings - Fork 2
Update language in apps to use "Storage" instead of "Freezer" #1055
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
Conversation
…to "Storage" instead of "Freezer"
…lass for radio input fields
if (!showLabel) | ||
return null; |
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.
@labkey-susanh sorry for the late update on this, but I just noticed that these two lines of code are causing display issues with the details panel edit mode (see here from LKB Registry molecules details panel edit, but also seen with samples detail edit ). When I comment out these two lines, the form inputs placement returns to the expected place.
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.
Thanks for the heads up. Fixed.
Rationale
We want to make it more clear within the application that our storage management capabilities can support temperature-controlled as well as room-temperature storage. Thus we're updating the language in the applications to refer to the primary storage units more generically as "Storage" instead of "Freezers".
Related Pull Requests
Changes