65 Answer(s)
-
1
I love the DB table import in ABP suite. But, when importing DB views, extensive code changes are needed for read-only pages. Any plans to support importing read-only DB views in ABP suite?
-
0
I could see a lot of value in a custom tuned coding LLM that is trained on the ABP.IO code base best practices to have a custom chat in Studio that help with how to accomplish development tasks in ABP.IO and do code generation.
-
1
Is there a way to customize and create brand new generators, for example extending Abp.Commercial.SuiteTemplates. For example I need to create a Blazor where master-detail data should be on a separate page with a behaviour similar to your EasyCRM samples. This for a Team subscriber.
-
0
I wish that you could also select the base class for the child entities (not root classes, of course, but the other three). Specifically, I would have liked to set the child to "FullAuditedEntity".
-
1
https://support.abp.io/QA/Questions/3052/Your-feature-request#answer-3a0d62be-d186-9460-0995-e613ddc33fbf
I would like the advanced filter to be generated optionally (for all UI types)
Thank you
-
0
https://support.abp.io/QA/Questions/3052/Your-feature-request#answer-3a0d62be-d186-9460-0995-e613ddc33fbf
I would like the advanced filter to be generated optionally (for all UI types)
Thank you
I'm happy to announce that we are going to support that with v8.1 🎉
-
1
I would like to see the Delete function in the Application layer to be treated the same as the Update and Insert by using the Domain Manager instead of the calling the repository directly.
It seems inconsistent and there is often logic to implement on a Delete. It would be nice to have it all in the once place - I.e Domain + Manager.
-
0
At master-child creation I would like to set add and update migrations instead of suite tries to do it immediately.
-
1
The option to make several navigation properties to the same entity.
Classic example: You have a table/entity for dropdown items and want to reference it several times, but with different property names (color, category, gender, ...).
-
0
At master-child cretion I would like to set add and update migrations instead of suite tries to do it immediately.
We made an enhancement and from now on the child entity will respect the selection of the master entity and will create a new migration if it's enabled for the master entity, otherwise, it won't create a new migration and apply it.
-
0
Will abp suite support child's child entity? If not while creating a child entity, child entities shouldn't be selectable at master entity selection dropdown.
-
0
What about this issue?
-
0
Will abp suite support child's child entity? If not while creating a child entity, child entities shouldn't be selectable at master entity selection dropdown.
Currently, we are not considering supporting it.
-
0
Will abp suite support child's child entity? If not while creating a child entity, child entities shouldn't be selectable at master entity selection dropdown.
Currently, we are not considering supporting it.
But i can be able to select a child entity as a master of another entity. So suite cannot be able to handle it. In this case while creating a child entity, child entities shouldn't be selectable at master entity selection dropdown.
-
3
It would be great if pages also had "Excel Import" feature like Excel export.
-
1
From the last youtube podcast these are the most important features to us.
Bind to User Entities in ABP Suite Most important PDF export support Very important File/Image as a property type Uploads of multiple files on a record
-
1
I would like to be able to add a prefix to the localized string resources for each entity (as with the "Menu:Dashboard" menu). For example like this: "Entity:Customer:Name".
On the one hand, it would be better sorted in the resource file and the even more important argument: you can set different strings for properties with the same name (e.g. name, description, ... occur frequently, in one place you might want to write "Desc.", in another place "Description").
-
0
- Add support of Chat Module for MAUI Blazor Hybrid mobile application type. This doesn't seems to be possible nor supported right now unless writing it from the ground up ourself, at least I couldn't found any implementation of it for MAUI Blazor Hybrid.
-
0
-
0
Navigation Property: Current Behaviour: Only string properties are allowed!, UI pick type: 3 options New Behaviour: for non-string properties can we have 4th option for UI pick type: None and display property hidden.
I am not sure if it will be useful for general purpose or not.
-
0
Navigation Property: Current Behaviour: Only string properties are allowed!, UI pick type: 3 options New Behaviour: for non-string properties can we have 4th option for UI pick type: None and display property hidden.
I am not sure if it will be useful for general purpose or not.
We have an internal issue for allowing adding navigation property without a string display property and we aim to implement it with v8.2.
-
0
From the last youtube podcast these are the most important features to us.
Bind to User Entities in ABP Suite Most important
We have implemented this one and it will be available with v8.1.
PDF export support Very important File/Image as a property type Uploads of multiple files on a record
For these two features, we have open internal issues but haven't prioritized them yet. File/Image as a property type feature might be implemented and released with v8.2.
-
0
Would be nice to be able to download all the templates in Abp Suite without having to modify each one manually to retrieve it, this would help to notice the differences in the templates in newer versions. Ref: https://docs.abp.io/en/commercial/latest/abp-suite/editing-templates
-
0
A couple of suggestions for abp suite:
- When a string attribute in a entity has "Required" checked but "Allow empty string" unchecked the generated code for the entity has the wrong check in the entity's contructor: It uses "Check.NotNull" that will still allow empty strings to pass even tho we dont want them In the Manager this is already correct since it uses "Check.NotNullOrWhiteSpace" which will not allow empty strings
- Make it so that abp suite still works when not connected to a network, it failes to get login-info and it wont start
- Abp suite as of now doesn't allow a string attribute to have the same minimum length and maximum length, it would be useful to have this feature since some attribute might have a fixed length.
-
1
Hi, I think that Suite should have a way to order navigation properties together with other properties to show them in a particular order in datatable columns (in MVC for example) as well as have the way to remove them from the "list view" as other members. Now we can order and change visibility only for direct members.
This could help if we wanna to regenerate files without breaking them.