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: switch default ACL_TRANSFER_MODE #259

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

viktar-dzmitryieu-tao
Copy link

Ticket: https://oat-sa.atlassian.net/browse/AUT-4125

What's Changed

  • Changed the default value of ACL_TRANSFER_MODE env variable to ACL_USE_DESTINATION

@@ -50,7 +50,7 @@ public function __invoke(ContainerConfigurator $configurator): void
)
->tag('tao.copier.permissions');

$parameters->set('ACL_TRANSFER_MODE', ResourceTransferCommand::ACL_KEEP_ORIGINAL);
$parameters->set('ACL_TRANSFER_MODE', ResourceTransferCommand::ACL_USE_DESTINATION);
Copy link
Contributor

@gabrielfs7 gabrielfs7 Feb 25, 2025

Choose a reason for hiding this comment

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

Thank you!

Copy link

Version

Target Version 8.1.1
Last version 8.1.0

There are 0 BREAKING CHANGE, 0 feature, 1 fix

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