Last version of RAD tool introduced GetAll with views and serious bug. I file report. Please advise of a solution as it is a show stopper. <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/1061">https://github.com/aspnetzero/aspnet-ze ... ssues/1061</a>
I know we have UserFriendlyException, what about UserFriendlyWarning
Which means service completed with some kind of warning?
Please advise.
Metronic theme is 2Mb+ of css and Javascript and only some is used b AspNetZero.
Is there a way to scrape what is actually used by AspNetZero and create css, javascript file based on usage?
Thanks.
I used to receive email on new posts on this forum and updates to existing one!
But 3 days ago it all stopped. I am still subscribed to this forum, I did not change anything, please see screenshot: <a class="postlink" href="https://gyazo.com/4cabffc9806ebfd874e654d7ee428590">https://gyazo.com/4cabffc9806ebfd874e654d7ee428590</a>
Any advice?
I came across swagger implementation which looks very nice. Maybe it is a great way to merge your documentation and API in one place. Check it out <a class="postlink" href="https://api.insight.ly/v2.2/Help#!/Overview/Introduction">https://api.insight.ly/v2.2/Help#!/Over ... troduction</a>
I noticed that some resources are missing translations. I found one tool which might help with it: <a class="postlink" href="https://github.com/tom-englert/ResXResourceManager">https://github.com/tom-englert/ResXResourceManager</a>
Anyone has a better, favorite recommendation for a tool, process to manage resources and translations?
Thanks.
If user logged in and redirect to dashboard, I can still go back and open login link like this <a class="postlink" href="http://localhost:4200/account/login">http://localhost:4200/account/login</a> and it will ask me to login again. Account route should check if user logged in and route to dashboard.
Also default route for account should be login, for example, if user types <a class="postlink" href="http://localhost:4200/account">http://localhost:4200/account</a> - it shows nothing, as no route found, since default is not setup
Check out demo tenant on IE <a class="postlink" href="http://test-79700.demo.aspnetzero.com/app/admin/tenantSettings">http://test-79700.demo.aspnetzero.com/a ... ntSettings</a>
Click create account, user gets redirected back to login.
Here is my IE version <a class="postlink" href="https://gyazo.com/39735db06862d374593146a520f91f4c">https://gyazo.com/39735db06862d374593146a520f91f4c</a>
Also note that background takes over the screen, as its not set properly.
I would like to return for configuration properties on getAll with AbpUserConfigurationBuilder
What is the best way to do it.
I know I can create a new service and call it, would like to be able to extend existing one if I can.
Thanks.
How do I change the order of languages in abp.localization.languages
I would like English to be a first choice, no offence to anyone language:)
Thanks.