File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
app/src/views/DrefApplicationExport Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " go-web-app " : minor
3+ ---
4+
5+ Update DREF export
6+
7+ - Add scope and scale for Response DREFs
Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ export function Component() {
393393
394394 const eventDescriptionDefined = ( type_of_dref !== DREF_TYPE_IMMINENT || ! is_dref_imminent_v2 )
395395 && isTruthyString ( event_description ?. trim ( ) ) ;
396- const eventScopeDefined = ( type_of_dref === DREF_TYPE_RESPONSE && ! ! is_dref_imminent_v2 )
396+ const eventScopeDefined = type_of_dref === DREF_TYPE_RESPONSE
397397 && isTruthyString ( event_scope ?. trim ( ) ) ;
398398 const sourceInformationDefined = isDefined ( source_information )
399399 && source_information . length > 0 ;
You can’t perform that action at this time.
0 commit comments