Activities of "Dicky.tech@gmail.com"

Answer

4.3 file management module.

file upload api works on local host after deploying to server it won't work. redirects to home page. all other apis works well.

on the UI I can upload files well

have you tested this ?

Answer

Am trying to configure file management module using extensibility system but seems I can't configure file management. I just want to add a new collumn in the file descriptors table.

`public static void ConfigureExtraProperties()
{
    OneTimeRunner.Run(() =>
    {
        ObjectExtensionManager.Instance.Modules()
            .ConfigureFileManagement(identity =>
            {
               `
Answer

Only UseDatabase() is available.

Answer

MVC -- When trying to add questions choises for forms module. The choises don't get saved

No modals. Modals don't offer the best user experience.

See this sample. the line items should support inline editing.

https://bonoroadmin.web.app/vertical-light/page-invoice.html

  1. Can we have an option to generate master pages? * What's your master detail implementation? Something like this:

No, details page is a different page than main page.

I.e Page one , list of invoices and when you select an invoices it opens the details page with invoice header and invoices lines etc. The easycrm sample implements the same well.

This two works well. thank for the great work.

Answer

Question;

After creating a new 4.3 MVC, razor pages project, and added the new forms modules and files management module via abp suite;

  1. How can i enable the default UI for this two modules since I can see the APIs using swagger.
  2. Any sample code for downloading and uploading files via API ?
Answer

Seen it. One has to add the package.

Hi,

Have had similar use case. Generally you need to write some custom logic to take care of the scenario, that's what I did.

Showing 61 to 70 of 79 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13