Questions | ABP Support | ABP.IO (2024)

  • How to replace the existing email sender with my own? //send your email } }```And replace the existing implemantation with yours in #260 closed 4 years ago by alper Support Team Director 0 1
  • Reset password not working for abp.io Commercial It will be fixed in 3.0, You can send an email to info@abp.io and explain the account infomation whose Looks like it's a framework issue also - so is it also broken in 2.9 and when is 3.0 scheduled for release 3.0 will be released on July 1st, but this is not a framework issue,only abpio's issue. We used "Forget password" option and received a mail but its not opening in my outlook. He used outlook in web and got the link but again its not opening. #259 closed 4 years ago by liangshiwei Support Team Fullstack Developer 0 5
  • How to create a print form correctly? LIke : https://blog.elmah.io/generate-a-pdf-from-asp-net-core-for-free/ : https://github.com/liangshiw/AbpVext.PdfDemo/blob/master/Pdf.Demo/aspnet-core/src/Pdf.Demo.HttpApi It's strange, I updated the code, now you can call the API in swagger! 919897050adbdb14ebda39f5f8fc6a2d.png)Steps: * Download the project * Run the `.DbMigrator` project * Run the `.Web ` project * Navigate to `/swagger` and find test API. Could you please give an example and a rule for creating a document form for printing in ABP? * * ** **ABP Framework version:** v2.9.0* **UI type**: MVC* **Tiered (MVC) or Identity Server Seperated #258 closed 4 years ago by wai 0 15
  • How to make a selection of orders for the user logged in? Yes, this is what you need, but how to organize it in DDD correctly. aspnetboilerplate implementation doesn't help you, we can write a doc about this usage, but this can be in v3.0 or in v3.1. But I had a question how to implement it in Application Layer? I did the same as in your example. I don't quite understand how to call them on the page? How to make sure that the "Orders" are only robbed of the user he logged in to? * * ** **ABP Framework version:** v2.9.0* **UI type**: MVC* **Tiered (MVC) or Identity Server #257 closed 4 years ago by alper Support Team Director 0 9
  • Angular logo replacement assigned to armanozak The `/api/lepton-theme-management/settings` endpoint responds with a style number, e.g. `4` and that is stored in the layout state. We will take this into consideration and may introduce an alternative indicator in the future. I can then see in the rendered login page two css vars --logo and --logo-reverse which have the correct .```import { Component } from '@angular/core';@Component({ template: ` `,} * **ABP Framework version:** v2.9.0* **UI type**: Angular* **Tiered (MVC) or Identity Server Seperated be css properties/variables called --logo and --logo-reverse but how would i go about replacing them in Alternatively using the logo component replacement how can I hook into some property to know if i should #256 answered 4 years ago by armanozak 0 8
  • We don't want to use the Organization Unit functionality and want to remove it from the UI/API the API still seems to be functioning. that I thought would remove it from the API but it neither removes it from the API nor disables it. ```csharpusing System;using System.Collections.Generic;using System.Text;using Volo.Abp.DependencyInjection ;using Volo.Abp;using Volo.Abp.Identity;using JetBrains.Annotations;namespace CycleClarity.WebPlatform.OrganizationUnits Currently no good way to remove it from the API, but this can still be done: > This way, API endpoints * **ABP Framework version:** v2.9.0* **UI type**: Angular* **Tiered (MVC) or Identity Server Seperated Identity Server Not separated* **Exception message and stack trace**:* **Steps to reproduce the issue**: In What's the recommended way to not have it show in the UI and API?ThanksPaul #255 closed 4 years ago by paulmcelhinney 0 6
  • Angular: SetMenuPlacement not applied when logout and login assigned to armanozak call the `dispatchUpdateThemeSettings` method of the same service, which makes a PUT request to the `/api If a menu on top in a specific module for all users is what you need, then you can use `OnInit` and ` OnDestroy` lifecycle hooks in the root component of that specific module. * **ABP Framework version:** 2.9* **UI type**: Angular* **Tiered (MVC) or Identity Server Seperated .png](/QA/files/94bde0506a2648a9b62f39f5ee7b659d.png)But I have trouble:It can't work when I log in #254 closed 4 years ago by edelivery 0 6
  • Got 'Instances cannot be resolved...' when call SeedDataAsync in distributed event handler are you returning an `Entity` to the presentation layer? or is it throwing the ex in `MigrateAsync()` Hi,Are you using rabbitmq or default distributed event bus provider? @alper No I'm not trying to return `entity` to presentation layer, these codes are inside event handler * **ABP Framework version:** v2.9.0* **UI type**: Angular* **Tiered (MVC) or Identity Server Seperated System.Runtime.CompilerServices.TaskAwaiter.GetResult() at Mwp.Data.MwpDbMigrationService.d__13.MoveNext() in System.Runtime.CompilerServices.TaskAwaiter.GetResult() at Mwp.Data.MwpDbMigrationService.d__15.MoveNext() in System.Runtime.CompilerServices.TaskAwaiter.GetResult() at Mwp.Tenant.TenantResourceManager.d__11.MoveNext() in D:\Git\Mwp\aspnet-core\src\Mwp.Domain\Tenant\Events\Result\DatabaseProvisionResultEventHandler.cs:line #253 closed 4 years ago by rachanee-mwp 0 6
  • How to Implement Passwordless Authentication as Google Authorization in Angular UI? assigned to Mehmet Could you guys guide steps how to implement Passwordless Authentication as Google Authorization in Angular Many thanks* **ABP Framework version:** v2.9.0* **UI type**: Angular* **Identity Server Seperated #252 closed 4 years ago by alper Support Team Director 0 1
  • Angular: How to display login/logout history activities on Audit Logging screen assigned to maliming login / logout actions are not stored in audit logs **by design**.but I can see this can be requirement I'm creating an issue for this so that, login logout actions will be stored in Audit Logs. If you have any suggestions please discuss in github. * **ABP Framework version:** v2.9.0* **UI type**: Angular 9* **Identity Server Seperated (Angular)* #251 closed 4 years ago by alper Support Team Director 0 2
  • How to user IGuidGenerator to generate Sequential GUID for ABP‘s tables? ABP framework uses `IGuidGenerator` internallyhttps://github.com/abpframework/abp/blob/1a622bc50fbd9b554f61078d5eeafa9def3216e3 #250 closed 4 years ago by alper Support Team Director 0 1
  • Add another layer to multi-tenancy Can you explain it in detail? thanks. Do you have any plan to extend it in the simlar way?Thanks,Ploy #249 closed 4 years ago by alper Support Team Director 0 3
  • DBMigrator for rollback You can use ef core command to rollback database. see https://docs.microsoft.com/en-us/ef/core/miscellaneous (When using the command to roll back the database, you need to change the connection string to the connection * **ABP Framework version:** v2.9.0* **UI type**: Angular* **Tiered (MVC) or Identity Server Seperated #248 closed 4 years ago by liangshiwei Support Team Fullstack Developer 0 2
  • Inital Start-Up Delay * **ABP Framework version:** v2.9.0* **UI type**: MVC* **Tiered (MVC) or Identity Server Seperated #247 closed 4 years ago by alper Support Team Director 0 8
  • DBContext for tenants Hi,Try:```csharpusing (CurrentTenant.Change(Guid.Parse("tenant id"))){ var dbContext= await _repository.GetDbContext();}```See https://docs.abp.io/en/abp/latest/Entity-Framework-Core#access-to-the-ef-core-api * **ABP Framework version:** v2.9.0* **UI type**: Angular* **Tiered (MVC) or Identity Server Seperated (Angular)**: yes**NetZero:**using (var uow = _unitOfWorkManager.Begin(TransactionScopeOption.Suppress )){ using (var dbContext = _dbContextResolver.Resolve(connectionString, null)) #246 closed 4 years ago by liangshiwei Support Team Fullstack Developer 0 4
  • ABP-LIC-0008 - License check failed for 'XXXXX'. **Publish your project in `RELEASE` mode.**2. 3bb2e71527c98dfb652139f5de34b745.png)---if you get this error on development time, then probably you haven't logged in with the following command ```abp login -p ```---if you get this error on development time in I get license error when I publish my web application.```ABP-LIC-0008 - License check failed for ' #245 closed 4 years ago by alper Support Team Director 0 1
  • Creating Modules There is no documentation with this, its very lacking in steps to get it to run. people agree with me:https://github.com/abpframework/abp/issues/2144The documentation is lacking in The existing documentation is not detailed in "Which package is installed in which 'target application Can I get a quick tutorial on setting up a module with a simple entity and how to integrate the module #244 answered 3 years ago by jward01 0 3
  • Missing Localization culture in Angular Interface assigned to alper extending-existing-resourceAs I know, the document is only describe extending existing resource file in order to reuse in other classes. hi @drpdev2 It's only install the `XXX.Domain` pakcages in `Domain` layer. You should configure the localization in different layers. [image.png](/QA/files/a286dae22832e48f82b539f7840888f9.png)ABP Framework version: v2.9.0UI type Can I modify values of the existed localization json files in Volo module packages? [image.png](/QA/files/98f9de26af01d48fc43139f5dd0cb38b.png)* **ABP Framework version:** v2.9.0* ** #243 closed 4 years ago by maliming Support Team Fullstack Developer 0 15
  • User authentication issue (IIS hosting) In the default configuration of IIS, you cannot host a localhost website on IIS (needs some extra procedures In that case, how would i setup the applicaion in my local enviormnet as i dont have public domain and * **ABP Framework version:** v2.7.0* **UI type**: Angular * **Tiered (MVC) or Identity Server Seperated image.png](/QA/files/525874749bd83204378e39f5d9cfd213.png)This issue happens, when i hosted all services in #242 closed 4 years ago by vishalnikam 0 6
  • RAD Tool Hi,Can I have this question deleted - I found the answer in 2 mins and didn't realise this counted to our 20 support questionsIs there an equivilent RAD tool to generate entities like there is in ASPNetZero #241 closed 4 years ago by alper Support Team Director 0 1
  • Questions | ABP Support | ABP.IO (2024)
    Top Articles
    Latest Posts
    Article information

    Author: Jonah Leffler

    Last Updated:

    Views: 5860

    Rating: 4.4 / 5 (45 voted)

    Reviews: 84% of readers found this page helpful

    Author information

    Name: Jonah Leffler

    Birthday: 1997-10-27

    Address: 8987 Kieth Ports, Luettgenland, CT 54657-9808

    Phone: +2611128251586

    Job: Mining Supervisor

    Hobby: Worldbuilding, Electronics, Amateur radio, Skiing, Cycling, Jogging, Taxidermy

    Introduction: My name is Jonah Leffler, I am a determined, faithful, outstanding, inexpensive, cheerful, determined, smiling person who loves writing and wants to share my knowledge and understanding with you.