Skip to content

Commit

Permalink
Emergency Alert: Fix data cache key (#897) (#2851)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadzpogi authored Jan 10, 2025
1 parent 19502ff commit 847f544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/emergency-alert.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<description>A module for displaying emergency alert elements based on an CAP feed</description>
<icon>fa fa-exclamation-circle</icon>
<class></class>
<dataCacheKey>%displayId%</dataCacheKey>
<dataCacheKey>%emergencyAlertUri%_%isAreaSpecific%_%status%_%msgType%_%scope%_%category%_%responseType%_%urgency%_%severity%_%certainty%</dataCacheKey>
<type>emergency-alert</type>
<dataType>emergency-alert</dataType>
<schemaVersion>1</schemaVersion>
Expand Down

0 comments on commit 847f544

Please sign in to comment.