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

Fixed bug on Job Batchs Table #45263

Merged
merged 2 commits into from Dec 12, 2022
Merged

Fixed bug on Job Batchs Table #45263

merged 2 commits into from Dec 12, 2022

Commits on Dec 11, 2022

  1. Fixed bug on Batchs Jobs Table

    If the batch has more than 1000 errors the function Bus::findBatch() fails because the database cuts down the words when reach is limit and then the seventh argument returns null because can't be json decoded.
    Fairydx committed Dec 11, 2022
    Copy the full SHA
    232150a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Update batches.stub

    taylorotwell committed Dec 12, 2022
    Copy the full SHA
    b6c9699 View commit details
    Browse the repository at this point in the history