We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f6711 commit b6687c4Copy full SHA for b6687c4
kibana.yml
ui/src/jobs/containers/DetailPageContainer.jsx
@@ -34,6 +34,7 @@ function DetailPage({ record }) {
34
const created = record.get('created');
35
const updated = record.get('updated');
36
const position = metadata.get('position');
37
+ const controlNumber = metadata.get('control_number');
38
const institutions = metadata.get('institutions');
39
const regions = metadata.get('regions');
40
const arxivCategories = metadata.get('arxiv_categories');
@@ -59,7 +60,7 @@ function DetailPage({ record }) {
59
60
<ContentBox
61
leftActions={
62
canEdit && (
- <EditRecordAction pidType="jobs" pidValue={this.recordId} />
63
+ <EditRecordAction pidType="jobs" pidValue={controlNumber} />
64
)
65
}
66
>
0 commit comments