We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've been integrating Scalar as a Swagger replacement, and just started getting this in my definition file after upgrading:
Its the only apb internal method that has ever shown up or that I have seen, so I think a decorator or something may be missing.
No response
9.0.3
MVC
EF Core (Default)
None (Default)
Windows (Default)
The text was updated successfully, but these errors were encountered:
hi
The AuditLogSettingGroupViewComponent introduced after >=8.2
AuditLogSettingGroupViewComponent
I will see if we can hide it from OpenAPI.
Sorry, something went wrong.
You can override the AuditLoggingSettingsWidgetController and add [ApiExplorerSettings(IgnoreApi = true)] attribute.
AuditLoggingSettingsWidgetController
[ApiExplorerSettings(IgnoreApi = true)]
[Route("api/audit-logging/settings-widgets")] [RemoteService(false)] [ApiExplorerSettings(IgnoreApi = true)] public class AuditLoggingSettingsWidgetController : AbpController { [HttpGet] [Route("audit-log-setting-group")] public IActionResult GetAuditLogSettingGroup() { return ViewComponent(typeof(AuditLogSettingGroupViewComponent)); } }
maliming
No branches or pull requests
Is there an existing issue for this?
Description
I've been integrating Scalar as a Swagger replacement, and just started getting this in my definition file after upgrading:
Its the only apb internal method that has ever shown up or that I have seen, so I think a decorator or something may be missing.
Reproduction Steps
No response
Expected behavior
No response
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
9.0.3
User Interface
MVC
Database Provider
EF Core (Default)
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
No response
The text was updated successfully, but these errors were encountered: