Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Switch to static ID values for per-entity metadata
Browse files Browse the repository at this point in the history
See ukf/ukf-meta#119.
  • Loading branch information
iay committed May 4, 2017
1 parent f4f051c commit 80be524
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mdx/uk/mdq-multisign.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@
<ref bean="populateItemIds"/>

<!-- Set ID, cacheDuration and validUntil attributes. -->
<bean parent="mda.GenerateIdStage"/>
<bean parent="mda.GenerateIdStage">
<constructor-arg>
<bean parent="ukf.FixedStringIdentifierGenerationStrategy" c:_="_"/>
</constructor-arg>
</bean>
<bean parent="mda.SetCacheDurationStage" p:cacheDuration="PT6H"/>
<bean parent="mda.SetValidUntilStage" p:validityDuration="P14D"/>

Expand Down

0 comments on commit 80be524

Please sign in to comment.