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

Unable to import feed to entries containing Matrix #1602

Open
zsavajji opened this issue Feb 28, 2025 · 0 comments
Open

Unable to import feed to entries containing Matrix #1602

zsavajji opened this issue Feb 28, 2025 · 0 comments
Labels

Comments

@zsavajji
Copy link

Description

Hi, I am trying to import a feed to a Categories group.
The categories contain a matrix field (which I am not importing), and some table fields.
I'm running the field to create and update the Title and Table fields, but it won't run with errors related to the matrixes.
I tried disabling the matrix completely in the import and it now runs, but it's not ideal behavior.

This is the categories field layout.
Image

This is an example of Category data.

{
    "title": "Category",
    "code": "CAT000",
    "parentId": "",
    "filterFields": [
      "discipline",
      "integratedPowerMeter",
      "estimatedPower",
      "transmission",
      "cassetteIncl",
      "zwiftCogIncl"
    ],
    "specs": []
  },

Thanks

Steps to reproduce

  1. Create a category structure with matrix fields
  2. Try to import
  3. Fails.

Additional info

  • Craft version: 5.6.10.2
  • PHP version: 8.3.17
  • Database driver & version: MariaDB 11.6
  • Plugins & versions: 6.7.0
@zsavajji zsavajji added the bug label Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant