[
https://issues.apache.org/jira/browse/ISIS-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17008017#comment-17008017
]
Andi Huber commented on ISIS-2249:
----------------------------------
Currently broken, to integrate/re-enable we need to register with DN and Wicket:
{code:java}
addFactory(FacetProcessingOrder.G1_VALUE_TYPES,
ColorValueFacetUsingSemanticsProviderFactory.class);
addFactory(FacetProcessingOrder.G1_VALUE_TYPES,
MoneyValueFacetUsingSemanticsProviderFactory.class);
addFactory(FacetProcessingOrder.G1_VALUE_TYPES,
PercentageValueFacetUsingSemanticsProviderFactory.class);
componentFactories.add(new IsisMoneyPanelFactory());
componentFactories.add(new IsisColorPanelFactory());
componentFactories.add(new IsisPercentagePanelFactory());
{code}
Or perhaps we resolve ISIS-1695 and have these 3 value types integrated on top
of it.
> Deprecate Magnitude<T> and implementing Value Types
> ---------------------------------------------------
>
> Key: ISIS-2249
> URL: https://issues.apache.org/jira/browse/ISIS-2249
> Project: Isis
> Issue Type: Improvement
> Components: Core
> Reporter: Andi Huber
> Assignee: Andi Huber
> Priority: Major
> Fix For: 2.0.0
>
>
> we move these to the 'legacy' module
--
This message was sent by Atlassian Jira
(v8.3.4#803005)