Skip to content

Stop returning the duplicated modifications mapping - #875

Open
flomillot wants to merge 1 commit into
mainfrom
refactor/drop-duplicated-modifications-mapping
Open

Stop returning the duplicated modifications mapping#875
flomillot wants to merge 1 commit into
mainfrom
refactor/drop-duplicated-modifications-mapping

Conversation

@flomillot

@flomillot flomillot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

POST /v1/groups/{sourceGroupUuid}/duplicate no longer returns the mapping between the uuids of the duplicated modifications and the uuids of the new ones.

To be merged after gridsuite/study-server#1053, which is what makes the mapping unused.

The mapping between the source modifications and their duplicates was not a by
product of the duplication: it was built by a recursive walk of both lists,
composites included, only to fill the response body. Its single consumer stops
reading it, so the walk goes away with it.

Signed-off-by: Florent MILLOT <75525996+flomillot@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Aug 21, 2026

Copy link
Copy Markdown

Warning

Your free Security trial is over. An organization admin can activate billing to continue.

@coderabbitai

coderabbitai Bot commented Aug 21, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: cb1a3895-3c95-45c8-afc8-4779a1cb7984


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sonarqubecloud

Copy link
Copy Markdown

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.

1 participant