Abp studio license is not provided in your license plan. This an extra tool which is not stated in any ABP Licenses. Abp studio will have a separate license rules.
Can you add information about the template used to create the solution and maybe a "Create another" dropdown option so I don´t have to wonder about this every time I create a new solution.
I use this when I do version updates. What I will do is to create another "compare" solution and then use BeyoundCompare to compare all the files and see if there are some other changes or best practises I want to move over also.
I created an internal issue in our system
Here are my suggestions to enhance the Audit Logs UI
Possible Enhancements
- All "40x" and "50x" error selections andmulti-select ...
yes it's good feature. I created internal issue for this
Sorry for the late response. Angular team will answer this soon
we'll check this again. you can track this issue https://github.com/abpframework/abp/issues/14729
you can find answer to your question at:
Are you publishing your website in Release mode? if yes, what's the final error message?
test
Version: 8.0.2 (MVC Leptonx) I have changed the logo like below. But if I refresh the app, first shows the default lepton logo then changes it to my logo.
[Dependency(ReplaceServices = true)] public class XBrandingProvider : DefaultBrandingProvider { public override string AppName => "X"; public override string LogoUrl => "/images/logo/logo_light.png"; public override string? LogoReverseUrl => "/images/logo/logo_dark.png"; }
it should be working as expected after this PR https://github.com/volosoft/lepton/pull/1803.