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

Update pelican.php #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update pelican.php #4

wants to merge 1 commit into from

Conversation

DemOnJR
Copy link

@DemOnJR DemOnJR commented Aug 22, 2024

If is not present it will throw an error:

Array
(
    [errors] => Array
        (
            [0] => Array
                (
                    [code] => ValidationException
                    [status] => 422
                    [detail] => The deploy.tags field must be present.
                    [meta] => Array
                        (
                            [source_field] => deploy.tags
                            [rule] => present
                        )

                )

        )

    [status_code] => 422
)

If is not present it will throw an error:

```
Array
(
    [errors] => Array
        (
            [0] => Array
                (
                    [code] => ValidationException
                    [status] => 422
                    [detail] => The deploy.tags field must be present.
                    [meta] => Array
                        (
                            [source_field] => deploy.tags
                            [rule] => present
                        )

                )

        )

    [status_code] => 422
)
```
@ethanfiggs
Copy link

Thanks for this. I have this issue still in the latest module download from here.

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