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

(Nullable) Attribute is not get swagger info #453

Closed
seabig6 opened this issue Dec 13, 2020 · 2 comments
Closed

(Nullable) Attribute is not get swagger info #453

seabig6 opened this issue Dec 13, 2020 · 2 comments
Assignees
Labels
accepted Issue has been accepted and inserted in a future milestone

Comments

@seabig6
Copy link

seabig6 commented Dec 13, 2020

[MVCSwagJSONSchemaField('customer_name', 'Customer Name', True, False)]
property CustomerName: string read FCustomerName write FCustomerName;
There is ok to swagger,
but
[MVCSwagJSONSchemaField('customer_name', 'Customer Name', True, False)]
property CustomerName: nullableString read FCustomerName write FCustomerName;
There is not showing in swagger.

@danieleteti
Copy link
Owner

@joaoduarte19 did you have any info about this?

@joaoduarte19
Copy link
Collaborator

I'll look this ASAP

@danieleteti danieleteti added the accepted Issue has been accepted and inserted in a future milestone label Dec 28, 2020
@danieleteti danieleteti added this to the 3.2.2-nitrogen milestone Dec 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Issue has been accepted and inserted in a future milestone
Projects
None yet
Development

No branches or pull requests

3 participants