These fields are generally unused, but may be in the future, so hide
them by default.
Additionally, teach the grid to show the org unit shortname instead of
the org ID when the owner column is visible.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
path="authority.create_date" flex="1" datatype="timestamp"></eg-grid-column>
<eg-grid-column name="edit_date" label="Edit Date" i18n-label
path="authority.edit_date" flex="1" datatype="timestamp"></eg-grid-column>
- <eg-grid-column name="source" label="Source" i18n-label
+ <eg-grid-column name="source" label="Source" i18n-label [hidden]="true"
path="authority.source" flex="1"></eg-grid-column>
- <eg-grid-column name="owner" label="Owner" i18n-label
- path="authority.owner" flex="1"></eg-grid-column>
+ <eg-grid-column name="owner" label="Owner" i18n-label [hidden]="true"
+ path="owner" flex="1"></eg-grid-column>
</eg-grid>