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

LPD-38548 Add additional parameter restrictedFieldNames to ignore data when import Batch #156545

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Conversation

ccorreagg
Copy link

Changes with Brian comments.

See #156512

Related ticket: https://liferay.atlassian.net/browse/LPD-38548

The purpose of this PR is to add an additional parameter restrictedFieldNames that let clients to ignore data when they are doing an import. For example you can ignore the permissions of your imported data.

movaldivia and others added 24 commits November 28, 2024 09:27
# breaking

## What modules/apps/headless/headless-batch-engine/headless-batch-engine-api/src/main/java/com/liferay/headless/batch/engine/resource/v1_0/ImportTaskResource.java

The import task now receives an additional parameter

## Why

The api has to support restrictedFieldNames parameter

----

# breaking

## What modules/apps/headless/headless-batch-engine/headless-batch-engine-client/src/main/java/com/liferay/headless/batch/engine/client/resource/v1_0/ImportTaskResource.java

The import task now receives an additional parameter

## Why

The api has to support restrictedFieldNames parameter

----
…ld not change. The title could change, it is just a title
@liferay-continuous-integration
Copy link
Collaborator

To conserve resources, the PR Tester does not automatically run for every pull.

If your code changes were already tested in another pull, reference that pull in this pull so the test results can be analyzed.

If your pull was never tested, comment "ci:test" to run the PR Tester for this pull.

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.

3 participants