Steps to reproduce

  1. Navigate to the Single Content Sync Settings form and select the entity types to be exported.
  2. Navigate to the Admin content page and select the entities which are not selected in the above step.
  3. Click on Apply to Selected items.
  4. Entities are exported but those should not be exported as per the configuration.

Proposed resolution

  1. Check whether the entity bundle in ContentBulkExport action.
  2. 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.
Command icon 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

sivakarthik229 created an issue. See original summary.

sivakarthik229’s picture

Issue summary: View changes
sivakarthik229’s picture

Issue summary: View changes

sivakarthik229’s picture

Status: Active » Needs review
pallavi_sugandhi’s picture

Status: Needs review » Reviewed & tested by the community

Thanks Siva
It is working as expected.

nginex made their first commit to this issue’s fork.

nginex’s picture

Thanks 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.

nginex’s picture

Status: Reviewed & tested by the community » Fixed
nginex’s picture

Status: Fixed » Closed (fixed)

This is now available in the new module release.