Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions onprc_ehr/resources/queries/ehr_lookups/rooms.query.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!-- Kollil: 1/31/23. This file is added to make the building field visible and editable on the edit screen. Refer to tkt 9049 -->
<query xmlns="http://labkey.org/data/xml/query">
<metadata>
<tables xmlns="http://labkey.org/data/xml">
<table tableName="rooms" tableDbType="TABLE">
<tableTitle>Rooms</tableTitle>
<columns>
<column columnName="building">
<isHidden>false</isHidden>
<isUserEditable>true</isUserEditable>
<shownInInsertView>true</shownInInsertView>
<shownInUpdateView>true</shownInUpdateView>
</column>
</columns>
</table>
</tables>
</metadata>
</query>