Activities of "yekalkan"

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.

Hi @cfd000,

Please use PackageReference for license packages instead of using local reference.

<PackageReference Include="Volo.Abp.Commercial.Core" Version="4.2.2"/>

We can't provide the source code of license packages, as you can understand.

Showing 241 to 250 of 367 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30