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(entity-import): pass validated input to payload field #855

Merged
merged 2 commits into from
Aug 1, 2024
Merged

Conversation

m90
Copy link
Contributor

@m90 m90 commented Aug 1, 2024

I noticed the payload of a WikiEntityImport model (which is saved for debugging purposes) will currently end up as null:

      App\WikiEntityImport {#6869                                                                                                                                                                           
        +id: 1,
        +created_at: "2024-07-31 11:56:59",
        +updated_at: "2024-07-31 11:57:43",
        +wiki_id: 413,
        status: "success",
        started_at: "2024-07-31 11:56:59",
        finished_at: "2024-07-31 11:57:43",
        +payload: null,
      },

@m90 m90 merged commit 2d27928 into main Aug 1, 2024
5 checks passed
@m90 m90 deleted the fr/null-payload branch August 1, 2024 10:30
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.

2 participants