Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix resolution of MoneyRange, move it into FilterValue #3600

Merged
merged 5 commits into from
Oct 15, 2024

Conversation

awildturtok
Copy link
Collaborator

No description provided.

@awildturtok awildturtok requested a review from thoniTUB October 10, 2024 12:00
@awildturtok
Copy link
Collaborator Author

Ich bin auch offen das über resolve zu machen, dann muss ich es ein wenig anpassen und geringfügig stateful machen

@@ -157,17 +177,31 @@ public CQIntegerRangeFilter(FilterId filter, LongRange value) {
@NoArgsConstructor
@CPSType(id = FrontendFilterType.Fields.MONEY_RANGE, base = FilterValue.class)
@ToString(callSuper = true)
public static class CQMoneyRangeFilter extends FilterValue<LongRange> {
public static class CQMoneyRangeFilter extends FilterValue<MoneyRange> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kannst du für diesen Spezialfall bitte noch einen Serdes-Test anlegen

@awildturtok awildturtok enabled auto-merge (squash) October 15, 2024 10:05
@awildturtok awildturtok disabled auto-merge October 15, 2024 10:09
@awildturtok awildturtok merged commit 985bf94 into develop Oct 15, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants