-
Notifications
You must be signed in to change notification settings - Fork 0
Go-live testing feedback updates #519
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
…vation_types. Add 'source' to editable_lookups.
…ixed width on 'Description' column (we don't want that).
…s > Add From File
labkey-martyp
left a comment
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.
Looks good. Just a few questions when you have time.
| <tables xmlns="http://labkey.org/data/xml"> | ||
| <table tableName="buildings" tableDbType="TABLE"> | ||
| <tableTitle>Buildings</tableTitle> | ||
| <javaCustomizer class="org.labkey.ehr.table.DefaultEHRCustomizer" /> |
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.
What is this removed for?
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.
Since we display Building's Description column (labeled as 'Building'), there is a fixed width set on Description in DefaultEHRCustomizer, causing the column width to be unusually wide.
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.
got it thanks
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.
As per our discussion, I've added this back and commented it out with a comment so we know why we are not using DefaultEHRCustomizer since there is a possibility of some work around Buildings.
nirc_ehr/src/org/labkey/nirc_ehr/dataentry/section/NIRCBirthFormSection.java
Outdated
Show resolved
Hide resolved
…r openRemark and closeRemark respectively; plus related changes.
…s view, given that there might be future updates involving Buildings.
Rationale
Updates following go-live testing feedback from the client.
Related Pull Requests
Changes