Activities of "i.ullah@fandaqah.com"

as per above mentioned comment File property added in child and master entities ?

Yes. You can use the File property for both child and master entities.

didn't find any file type property in list.

It seems you are using an earlier version of ABP Suite. Please check the ABP Suite version and update it to v8.2+:

trying to upgrade by executing command abp update but it only update from v8.1.3 to v8.1.4.

as per above mentioned comment File property added in child and master entities ?

Yes. You can use the File property for both child and master entities.

didn't find any file type property in list.

Hello,

Yes you can implement it for that you have to customize at your own.
you may refer https://docs.abp.io/en/commercial/latest/abp-suite/customizing-the-generated-code

Thanks

is there any sample implementation regarding the file attachment in CRUD pop up ?

With v8.2, we will provide File property type, which allows you to attach a file for mastr and child entities. You can wait for v8.2 and directly use it or you can manually implement the file-upload logic by yourself.

as per above mentioned comment File property added in child and master entities ?

$exception {"Could not load file or assembly 'Volo.Payment.Domain.Shared, Version=8.1.1.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.":"Volo.Payment.Domain.Shared, Version=8.1.1.0, Culture=neutral, PublicKeyToken=null"} System.IO.FileNotFoundException

Hello,

Yes you can implement it for that you have to customize at your own. you may refer https://docs.abp.io/en/commercial/latest/abp-suite/customizing-the-generated-code

Thanks

is there any sample implementation regarding the file attachment in CRUD pop up ?

If the entity adds the identityUser navigation property, then need to change

Which one need to change this one Or this one

Hi,

It should be IIdentityProDbContext

changes will be made on the module DBContext class or in the main DBContext class ?

I looked at your project, and you want to add the IdentityUser navigation property, but your database context doesn't have an IdentityUser table.

You can refer to the standard application template configuration

You also need to add module dependencies to all module classes. (EntityframeworkModule, DomainModule, ApplicationModule etc....) For example:

these reference will be added in main project classes or module class

You can upload to https://wetransfer.com/ and share the link via email.

https://we.tl/t-....

Showing 31 to 40 of 67 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 05:21