Activities of "gokalpmavis"

When can we expect the release?

Hello,

When is gonna be the next version? Also how can I proceed till the next version?

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

Dear Sir/Madam,

We wanted to added an extra property to "DirectoryDecriptors" table. The migrations are successfully created and applied to the table. Then we wanted to update the DTO's which are using this table. However, the operation is not allowed as you can see in the attachment. Can you please help with this topic? The problem is because DirectoryContentDto doesn't extend IHasExtraProperties.

Regards, Gokalp

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

Dear Sir/Madam,

In our project we needed "File Management Module". It works properly when we define it as a route. However, in our case we needed to call it by using its selector without routing.

In this purpose;

  • We have added FileManagementModule.forChild({}) to the imports of the module which contains the component where the file management module is needed.
  • Then in the html of this component we have used the selector as follows: <abp-file-management ></abp-file-management>

When it is rendered the output is strange: There you can see the file count as 4 which is correct but the files are not listed. When we have imported the source code and debugged it, we have seen all these 4 files:

However even when we go over the source code, we couldn't specify the problem. Something happens when "abp-extensible-table" is being rendered.

Another strange thing which might lead you to solve this problem is: We keep the file management module in the router while we are trying to use it with its selector in another page. When we trigger the module via router and come to the other page strangely we can see the file list. However, they disappear when the page is refreshed.

We kindly ask for your help.

Regards, Gokalp

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