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

Fixes #21821: Refactor without trait #4505

Conversation

VinceMacBuche
Copy link
Member

@@ -165,7 +165,7 @@ class CampaignApi (
case eb: EmptyBox => Unexpected((eb ?~! "error when accessing request body").messageChain).fail
case Full(bytes) => campaignSerializer.parse(new String(bytes, charset))
}
withId = if (campaign.info.id.value.isEmpty) campaign.copyWithId(CampaignId(stringUuidGenerator.newUuid)) else campaign
withId = if (campaign.info.id.value.isEmpty) campaign.copy(info = campaign.info.copy(id = CampaignId(stringUuidGenerator.newUuid))) else campaign
Copy link
Member

Choose a reason for hiding this comment

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

you will want quicklens for that in a further update

@VinceMacBuche
Copy link
Member Author

PR rebased

@VinceMacBuche VinceMacBuche force-pushed the bug_21821/refactor_without_trait branch from 74f08ba to d76243c Compare October 6, 2022 14:31
@VinceMacBuche
Copy link
Member Author

Commit modified

@VinceMacBuche VinceMacBuche force-pushed the bug_21821/refactor_without_trait branch 2 times, most recently from 5e104ed to c76a937 Compare October 9, 2022 22:20
@VinceMacBuche
Copy link
Member Author

Commit modified

@VinceMacBuche VinceMacBuche force-pushed the bug_21821/refactor_without_trait branch from c76a937 to 15797af Compare October 24, 2022 21:32
@VinceMacBuche VinceMacBuche changed the base branch from branches/rudder/7.2 to master December 9, 2022 11:06
@VinceMacBuche VinceMacBuche marked this pull request as draft May 11, 2023 07:20
@fanf
Copy link
Member

fanf commented Jul 12, 2024

Things diverged too much, and the draft seems abandoned, so I'm closing it

@fanf fanf closed this Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants