Activities of "kaustubh.kale@ness.com"

ABP Framework version: v4.3.1 UI type: Angular DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): no / yes Exception message and stack trace: N.A Steps to reproduce the issue:" N.A

Hi Team

We want to Add footer in our application globally. How we can achieve this.

Like MenuBar stuck on TOP same as we want to add customized footer text and image down side of application in all components of angular.

ABP Framework version: v4.3.1 UI type: Angular DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): no / yes Exception message and stack trace: N.A Steps to reproduce the issue:" N.A

Hi Team

We want to make dynamic logo for platform . we are getting parameter in login url from using that parameter we want to change logo of platform.

In above image Lenovo logo is their so we need to show this logo if we get parameter Lenovo from url http://localhost:4200/account/login?Tenant=Lenovo

If we get another parameter then we have to show that company logo.

Kindly Guide us to achieve this.

ABP Framework version: v4.3.1 UI type: Angular DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): no / yes Exception message and stack trace: N.A Steps to reproduce the issue:" N.A

Hi Team

After token expiration system calling application-configuration api and set current user details to null. The issue is after token expiration and revocation from angular then it should be redirected to login page. but its not redirecting only shows login tab on navbar and hides the other tabs.

don't know how abp randomly call https://api.preprodsim.litmus.financial/api/abp/application-configuration We are using reference type token .

1 : Token Response

2 : After token expiration application-configuration Response

3:before token expiration image

4: Angular UI images after token expires

we want to navigate after token expiration to login page . How we can achieve this?

ABP Framework version: v4.3.1 UI type: Angular DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): no / yes Exception message and stack trace: N.A Steps to reproduce the issue:" N.A

We want to add HttpHeader in Login method call . how we can add one more httpHeader in below request .Currently We paasing Username and Password .

We are using Angular 11 for client side . Please find below implementation of login method.

constructor(private authService: AuthService)
var loginParams = {
      username: this.form.get('username').value,
      password: this.form.get('password').value
    }
    
this.authService
      .login(loginParams)
      .pipe(
        catchError((err) => {
          return err;
        }),
        finalize(() => (this.inProgress = false))
      )
      .subscribe(() => {

        var tokeParams = {
          fullToken: this.oauthService.getAccessToken()
        }
       

        });
      });
      
  }

ABP Framework version: v4.3.1 UI type: Angular

Hi I want add submenu inside profile menu . when user click on that it will need to redirect on that component.

PFA above in scrrenshot highlited yellow part i want to add one route .How can we achive.

ABP Framework version: v4.2.2 UI type: Angular DB provider: EF Core Tiered (MVC) or Identity Server Seperated (Angular): no / yes Exception message and stack trace: Steps to reproduce the issue:

Hi Team

When resized the browser window, the menu bar on the top is moved to left

PFA

Question

ABP Framework version: v4.2.2 UI type: Angular DB provider: EF Core Tiered (MVC) or Identity Server Seperated (Angular): no / yes Exception message and stack trace: Steps to reproduce the issue:

Hi Team

Before ABP Update our login page coomponent layout like below

After Update :

We tried to overide css and html in our replaceble component but we are not able to do it.

ABP Framework version: v4.2.2 UI type: Angular DB provider: EF Core Tiered (MVC) or Identity Server Seperated (Angular): no / yes Exception message and stack trace: Steps to reproduce the issue:

Click on Administration menu

Actual Result: User have to try multiple times to select Identity Management option from Administration menu Expected Result: User should be able to select Identity Management option from Administration menu at first attempt

ABP Framework version: v4.2.2 UI type: Angular DB provider: EF Core Tiered (MVC) or Identity Server Seperated (Angular): no / yes Exception message and stack trace: Steps to reproduce the issue:

We are not providing permission to create new user in granted policies still we are able to see new user create button.

The below permission is false and still we are able to see new user button

AbpIdentity.Users.Create

ABP Framework version: v4.2.2 UI type: Angular DB provider: EF Core Tiered (MVC) or Identity Server Seperated (Angular): no / yes Exception message and stack trace: Steps to reproduce the issue:

1 . After adding claims for specific user though administration 2. when same user login succesfully then in config-application where we get all details about user like userid,tenatid,in that not geeting claims data.

In Angular application how to get claims data for specific user ?

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