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 ?
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 =>
{
`
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
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.
Question;
After creating a new 4.3 MVC, razor pages project, and added the new forms modules and files management module via abp suite;
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.