Starts in:
0 DAY
0 HR
18 MIN
25 SEC
Starts in:
0 D
0 H
18 M
25 S

Activities of "yekalkan"

Hi @firecape,

Have you checked Database Migrations for the Entity Framework Core section of the document?

Once you want to separate a module's database, you typically will need to create a second migration path

Hi @3DDarren,

Installing module/template on a microservice solution is not supported. And of course this option shouldn't have been shown in the suite UI. I'll check if it is a bug.

I refund your question credit.

I see. Then you can place abp.message.success in index page and show when user returns from NewPurchase page. (You can use QueryString to trigger the success message).

I'm mentioning the page that current page redirects. (/PurchaseOrders)

You need to simple type abp.message.success('Payment Term have been successfully saved!'); in your javascript file and it will be shown after the page is loaded.

Does /PurchaseOrders include a javascript file? You can use abp.message.success there maybe.

Hi @Shoba24,

Do you want to display the success message in the current page or redirected page?

Hi @krushnakant

You can reference the same module from the second application. I suggest you to move the module to a shared folder between your applications and reference it from both applications.

Hi @len.chen

Do you get the same error when you try to create the same project using cli, or is it just suite?

abp new Acme.Bookstore -v 4.4.3 -u angular --separated-identity-server

abp get-source command belongs to ABP framework CLI and doesn't support ABP commercial modules when --local-framework-ref --abp-path parameter is used. This is why ABP Suite doesn't have this option in source code download dialog.

We don't support this option in ABP Suite, because customers don't have access to the repository where we develop Commercial modules & other projects. But free modules are open source and they are dependent on projects that are in same open-source repository. So we though it would be nice to add this option to CLI if any free user, that have ABP Framework in their local, wants to use project references instead of nuget packages . We can't provide same functionalty for Commercial packages.

Showing 241 to 250 of 369 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06