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

Add ascii_string to allowed type for @Gedmo\Blameable #2726

Closed
Nirator78 opened this issue Nov 23, 2023 · 3 comments
Closed

Add ascii_string to allowed type for @Gedmo\Blameable #2726

Nirator78 opened this issue Nov 23, 2023 · 3 comments

Comments

@Nirator78
Copy link
Contributor

Feature Request

Summary

I'm encountering an error when attempting to use the ascii_string type in the @gedmo\Blameable annotation. Currently, the error message is as follows:

bash

Field - [createdBy] type is not valid and must be 'string' or a one-to-many relation in class - App\Entity\MyClass

Description

The error occurs in Annotation.php at line 63, indicating that the ascii_string type is not recognized as valid for the createdBy field in the @gedmo\Blameable annotation. As a solution, I propose adding support for the ascii_string type in this context.

Benefits

Error Resolution: This addition will address the error currently encountered when using ascii_string, allowing for seamless integration within the @gedmo\Blameable annotation.

Additional Information

I want to add ascii_string because i'm using a Microsoft SQL Server database and the ascii_string allow me to create char column.

Thank you for your consideration.

Sincerely,

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label May 21, 2024
@Nirator78
Copy link
Contributor Author

Pull request
#2802

@github-actions github-actions bot removed the Stale label May 23, 2024
@franmomu
Copy link
Collaborator

closing here as the #2802 was merged

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

No branches or pull requests

2 participants