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

4044 config export all option #4045

Merged

Conversation

LOBsTerr
Copy link
Member

@LOBsTerr LOBsTerr commented May 16, 2019

  1. Add export all option like it was done in content type export command
  2. Replace content type export command with chainQueue which will call Entity export command inside
  3. Replace view export command with chainQueue which will call Entity export command inside
  4. Add include dependencies option for content type export command and for entity export commands
  5. Small code refactoring
  6. Fix issue with HASH and UUID removal for some configuration
  7. Replace option all with "-all-", because we can have bundle name all

@hjuarez20
Copy link
Contributor

hjuarez20 commented May 20, 2019

Hi @LOBsTerr thanks for the PR.

I was reviewing the PR and I find an issue. If I choose the option all, all the config to export within $this->configExport are generated in each content type (I showed the content type name to clearly see the error)

demo

To fix it, you need to empty $this->configExport after exporting each content type

image

I hope you can fix it to merged. :)

@LOBsTerr
Copy link
Member Author

@harold20 Thanks for review. Nice catch. It has been fixed

@enzolutions
Copy link
Contributor

Thanks @LOBsTerr and @harold20

@enzolutions enzolutions merged commit a026e44 into hechoendrupal:master May 22, 2019
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