Steps to reproduce
- Navigate to the Single Content Sync Settings form and select the entity types to be exported.
- Navigate to the Admin content page and select the entities which are not selected in the above step.
- Click on Apply to Selected items.
- Entities are exported but those should not be exported as per the configuration.
Proposed resolution
- Check whether the entity bundle in ContentBulkExport action.
- If the bundle is not available ignore the entity from export and display the message "The content from the action "Export content" was not found.", otherwise the entities are exported.
Issue fork single_content_sync-3350078
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
sivakarthik229 commentedComment #3
sivakarthik229 commentedComment #5
sivakarthik229 commentedComment #6
pallavi_sugandhi commentedThanks Siva
It is working as expected.
Comment #9
nginex commentedThanks for reporting the issue.
I moved the access check to the access method of the action as this is better way to go in terms of logging.
Comment #10
nginex commentedComment #11
nginex commentedThis is now available in the new module release.