adds sorting for {prop} identifer? column in data compliance

This commit is contained in:
Seyi Adebajo 2017-04-03 11:01:28 -07:00 committed by Mars Lan
parent cbfcf5d487
commit ec00f5415b
3 changed files with 18 additions and 5 deletions

View File

@ -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-->

View File

@ -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|}}

View File

@ -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|}}