Widget: UseCaseList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 508: | Line 508: | ||
field: YEAR_PROP, | field: YEAR_PROP, | ||
minWidth: '200px' | minWidth: '200px' | ||
}, | |||
{ | |||
title: 'Publisher', | |||
field: PUB_PROP, | |||
formatter: cell => cell.getValue().join(', ') | |||
}, | }, | ||
{ | { | ||
Line 544: | Line 549: | ||
title: 'Disaster Management Phase', | title: 'Disaster Management Phase', | ||
field: PHASE_PROP, | field: PHASE_PROP, | ||
formatter: cell => cell.getValue().join(', ') | |||
}, | |||
{ | |||
title: 'Involved Organisations', | |||
field: INVOLVED_PROP, | |||
formatter: cell => cell.getValue().join(', ') | formatter: cell => cell.getValue().join(', ') | ||
} | } |
Revision as of 11:27, 13 October 2023
Current version of the List of Use Cases.
Currently in use – do not modify!