Starts in:
0 DAY
15 HRS
18 MIN
20 SEC
Starts in:
0 D
15 H
18 M
20 S

Activities of "Anjali_Musmade"

hi

We are working on it. Sorry for that.

Hello ,

Please check this https://abp.io/support/questions/7260/ABP-LIC-0023-403-Forbidden-error

Thank you.

Hello,

Please try with this code

export class AppComponent implements OnInit {

  constructor(private replaceComponent: ReplaceableComponentsService, private config: ConfigStateService ) {}

  ngOnInit(): void {
    const currentUser = this.config.getOne("currentUser");
      if(currentUser.roles.includes('admin'))
        {
          this.replaceComponent.add({
            component: MySettingsComponent,
            key: eThemeLeptonXComponents.Settings,
        });
        }

  }
}

It will hide menu for 'admin' role and for other users it will show. You may customize it as per your requirement.

Thanks,

Hello,

Please follow the below steps Step 1- Create custom component 'MySettings'

ng generate component mySettings

Remove code from my-settings.component.html.

step 2- Add this new component to app.module and the replaceable settings as the new 'MySettings' .

It will result like -

Thanks

Hello,

I apologize for the late reply.

You are right that you have the Business license and it includes "full source code of pro application modules", that's why you are able to download the source code for the same. We have developed a module-based structure. You can add any of them as per your requirement and can customize it.

Thanks,

Hello,

Check for the package Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton in your application and change it to Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX along with the appropriate version as per the ABP version. And then build and run the application.

Thanks,

Hello,

oh is that the case, sorry it's my bad. I will check again and get back to you asap.

Thanks

Hello ,

Please check this https://github.com/abpframework/abp/issues/9828

Thank you.

yes sure.

Thanks

Hi, we removed project creation from ABP Suite UI. It's recommended to create your projects from ABP Studio and generate code pages with ABP Suite, which is already integrated into the ABP Studio application. Therefore, this gives you the ability to do everything from a single application.

Thanks

Showing 81 to 90 of 1209 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06