Activities of "cleverplatform"

Hi you are currently supporting many-to-many relationship but it is still inappropriate implementation due to:

  • Intermediate table is generated, but with only foregn keys - We need to add additional properties into this table easily as on picture where we need to add "order" column in Inventory.

  • ALso generated UI is not appropriate, I expected that generated UI will have generated typehead on both entities in relation ship (on sample picture: Inventories should have typehead for choosing Images and Images UI will have option for slecting Inventiries) - currenty it is only one generated UI

  • Could you pls. re-validate DevExpress XAF how it should be generated, where you have automatically generated subgrids with automatically generated actions - 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

  • You still missing basics approaches of entities modeling. if ABP suite is RAD it should support this basic releationship with fully code / UI generation, otherwise it doesn't help improve dev processes and instead of that we need to spend time for customization.

I fully understand we can code that manually but this is basic

  • ABP Framework version: v5.2.1
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

Thanks Liang,

this is clear to me - but i meant something like register client API methods for this compoment for supporting flow -> open modal with File management (which is solved by your post), upload/do something with files, and select one record which will be stored in parent component. after closing modal window. Can I register these JS events (for filemanagement UI component) or solve it somehow ? I can't see source code for UI but selection event/method will be usefull for that kind of cases.

Erik

I want to use existing File Management Module UI as a part Modal window with possible selection one File to store to parent entity. How catch frontend events or how add new actions methods to files grid. How access to File Management module and display on Modal window.

It is possible to do it with reusing existing parts? or should I build my own File Management frontend to support that rather.

thanks Erik

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v4.4.4
  • UI type: MVC
  • DB provider: EF Core
  • **Tiered (MVC) : yes

Thanks a lot - it works perfectly for me. Erik

when I use FileManagement module with Azure Blob storage I want to access to stored file in public container (images for reuse in eCommerce).

on Azure Blob in public container I see only blob guid url "https://xxxxx.blob.core.windows.net/images/host/a726787c-35b9-d554-eef0-3a00377a3195" and "application/octet-stream" content-type.

Is there any way how to overwrite it in application service to store instead Blob GUID, the filename with extension and correct content-type like: "https://xxxxx.blob.core.windows.net/images/host/image123.jpg" ?

thanks Erik

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v4.4.4
  • UI type: MVC
  • DB provider: EF Core
  • **Tiered (MVC) **: yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

H, thanks for answer. I know that this folder exists, but I need to know if there is any possible way how to re-generate it if not exists from application code.

Hi,

it is possible to regenerate abp.suite entities from existing abp solution project like reverse engineering ? I needed to move my project to another PC and I missed maybe few suite metadata on new PC.

What should I do when I want to have abp.suite solution to have reflected state of existing code ?

thanks Erik

Hi Hakan, I found only info here https://docs.abp.io/en/commercial/latest/road-map; "More code generation / developer assistance features for the ABP Suite" - so I don't know what is hidden behind that backlog Item, and I meant that can be exactly to build there relationships generation.

Erik

I have question about supporting these relationships from suite - currently i need to buid them manually and when I changing related entities code is re-wrote (im solving that by using partial classes). Would be really nice to have prepared these missing parts which reflect normal application developemnt I saw roadmap that these features will be maybe included in upcomming releases - have any rough idea when and if they will be included ? Erik

works like charm! Thanks a lot

Showing 11 to 20 of 32 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11