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

Route is not configured if ContentTypeRouteAttribute.Title is not defined. #1946

Closed
MrtSafin opened this issue Oct 5, 2022 · 0 comments
Closed
Assignees
Milestone

Comments

@MrtSafin
Copy link

MrtSafin commented Oct 5, 2022

Hello,
When setting a Route using the ContentTypeRouteAttribute attribute, if the Title field is not defined, this does not result in any errors, but the application of the attribute has no effect.
No error and no effect:

[ContentTypeRoute(Route = "/webinar-post")]
public class WebinarPost: Post<WebinarPost>

Which leads to hidden errors.

@tidyui tidyui added this to the Version 10.3 milestone Oct 5, 2022
@tidyui tidyui modified the milestones: Version 10.3, Version 10.4 Jan 19, 2023
@tidyui tidyui closed this as completed in a605dc5 Jan 20, 2023
@tidyui tidyui self-assigned this Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants