I'm having a problem after purchasing my trial license. I want to make a clean install of ABP Suite.
Feature Request : Custom HTTPS Responses for AppServices
I would like the ability to customize my AppServices and be able to specify exactly what HTTP Status code gets returned by a particular response in order to better integrate the with external APIs using industry standard conventions. For example, the one that always bites is when the system sends an HTTP200 response when the user needs to authenticate.
I am not sure how this would look in implementation, but it would go a long way towards making the framework more extensible and integratable, in my opinion.
Did you check out https://docs.abp.io/en/abp/latest/Exception-Handling#http-status-code-mapping
Make use of css variables in themes so that it is changeable with reasonable effort. Taking the lepton theme as an example: I need to set my own colors so that they match my corporate identity.
Starting from lepton6.css (copied from source into my project) I have one screen with the app running, another with debug console and another with the css file. I need to check the hex codes used to then manipulate the style sheet, which is WAY more effort than just replacing a bunch of variables. And now that I replaced everything with variables I am less exited about updates in this area, because I now have to constantly monitor changes >.<
CMS kit has a feature to write your custom Css without even opening the solution. Just from the UI , runtime ! https://docs.abp.io/en/abp/latest/Modules/Cms-Kit/Global-Resources
- many-to-many with supporting custom properties in intermediate tables and wilth fully support on abp.suite
- many-to-many UI with generated grids with related entity with options "New", "Update", "Link", "Unlink", "Delete" - example how it could be implemented: https://docs.devexpress.com/eXpressAppFramework/112719/getting-started/in-depth-tutorial-winforms-webforms/business-model-design/business-model-design-with-xpo/set-a-many-to-many-relationship-xpo
Many to many is implemented in ABP Suite.
Export to excel button on abp suite generated pages
Hey this feature is now available and can be tested with ABP v6.0.0-rc.1! https://blog.abp.io/abp/ABP.IO-Platform-6.0-RC-Has-Been-Published
closing the issue... but you can reopen it anytime you want.
hi,
created internal issues for bug fixes and enhancements. (Issue numbers: 11276, 11277, 11279)
also when you publish the project don't publish it to the bin folder.
publish it to other directories except for your project directory.
because Suite tries to manipulate these files in your out
folder.
hi malfaqeeh,
the problem is the output folder of your published files.
remove the project from Suite and then delete the bin
& obj
folders...
then add your solution again to Suite.
Finally, try generating the entity again