mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-29 10:57:52 +00:00
adds sorting for {prop} identifer? column in data compliance
This commit is contained in:
parent
cbfcf5d487
commit
ec00f5415b
@ -14,7 +14,7 @@
|
||||
{{#table.head as |head|}}
|
||||
{{#head.column columnName="identifierField"}}Field{{/head.column}}
|
||||
{{#head.column columnName="dataType"}}Data Type{{/head.column}}
|
||||
{{#head.column}}
|
||||
{{#head.column columnName="identifierType"}}
|
||||
Member Identifier?
|
||||
<!--TODO: DSS-6716-->
|
||||
<!-- DRY out with wrapper component that takes the link as an attribute-->
|
||||
|
||||
@ -14,7 +14,19 @@
|
||||
{{#table.head as |head|}}
|
||||
{{#head.column columnName="identifierField"}}Field{{/head.column}}
|
||||
{{#head.column columnName="dataType"}}Data Type{{/head.column}}
|
||||
{{#head.column}}Group Identifier?{{/head.column}}
|
||||
{{#head.column columnName="identifierType"}}
|
||||
Group Identifier?
|
||||
<!--TODO: DSS-6716-->
|
||||
<!-- DRY out with wrapper component that takes the link as an attribute-->
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://iwww.corp.linkedin.com/wiki/cf/display/DWH/Metadata+Acquisition#ProjectOverview-compliance">
|
||||
<sup>
|
||||
<span class="glyphicon glyphicon-question-sign"
|
||||
title="Link to more information"></span>
|
||||
</sup>
|
||||
</a>
|
||||
{{/head.column}}
|
||||
{{#head.column}}Field Format{{/head.column}}
|
||||
{{/table.head}}
|
||||
{{#table.body as |body|}}
|
||||
|
||||
@ -14,19 +14,20 @@
|
||||
{{#table.head as |head|}}
|
||||
{{#head.column columnName="identifierField"}}Field{{/head.column}}
|
||||
{{#head.column columnName="dataType"}}Data Type{{/head.column}}
|
||||
{{#head.column}}
|
||||
{{#head.column columnName="identifierType"}}
|
||||
Organization Identifier?
|
||||
|
||||
<!--TODO: DSS-6716-->
|
||||
<!-- DRY out with wrapper component that takes the link as an attribute-->
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://iwww.corp.linkedin.com/wiki/cf/display/HR/Exhibit+A+-+Data+Handling+Table">
|
||||
href="https://iwww.corp.linkedin.com/wiki/cf/display/DWH/Metadata+Acquisition#ProjectOverview-compliance">
|
||||
<sup>
|
||||
<span class="glyphicon glyphicon-question-sign"
|
||||
title="Link to more information"></span>
|
||||
</sup>
|
||||
</a>{{/head.column}}
|
||||
</a>
|
||||
{{/head.column}}
|
||||
{{#head.column}}Field Format{{/head.column}}
|
||||
{{/table.head}}
|
||||
{{#table.body as |body|}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user