Activities of "desarrolloweb"

Hi,

Thank you for your answer, I will be pending of it.

So, in our point, Is it possible to add a custom method to IdentityUserAppService?.

I have been checking on https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Overriding-Services and I have tried to implement something similar of the repository implementation that it's in that documentation, but I'm getting an error from abp.libs.datatables.createAjax(_identityUserAppService.getCustomList, getFilter), saying the method not exist.

and this is my CustomGetIdentityUsersInput

Please, Let me know if I'm making something wrong or there isn't possible to do it.

Hi, I'm trying to add a new property to GetIdentityUsersInput but I'm getting this error

I'm trying to override the method Task<PagedResultDto<IdentityUserDto>> GetListAsync(GetIdentityUsersInput input) in IdentityUserAppService in a custom extend class to pass to it a new parameter to filter in the identity user list view.

Please, let me know.

Hi Desarrolloweb,

May be worth checking here: https://support.abp.io/QA/Questions/4525/Cannot-find-lepton-x-pro-nuget---auth-server

As this is a pretty widespread issue right now - the NuGet feed is down for a lot of us, and we haven't seen any updates yet on it.

Do you have any idea of when the service will be working again?

  • ABP Framework version: v7.0.1

  • UI type: Blazor

  • DB provider: EF Core

  • Tiered (MVC) or Identity Server Separated (Angular): no

  • Exception message and stack trace:

  • Net Framework: 7.0.102 /var/folders/vv/0cy9w6qd0_b8794kz9vm1zdxgc1ls7/T/d4e71186-0a6d-42ac-9e97-5e27e95a3c20/restore.csproj : error NU1101: Unable to find package volo.abp.suite. No packages exist with this id in source(s): https://nuget.abp.io/v3/index.json, nuget.org The tool package could not be restored. Tool 'volo.abp.suite' failed to install. This failure may have been caused by:

  • You are attempting to install a preview release and did not use the --version option to specify the version.

  • A package by this name was found, but it was not a .NET tool.

  • The required NuGet feed cannot be accessed, perhaps because of an Internet connection problem.

  • You mistyped the name of the tool.

For more reasons, including package naming enforcement, visit https://aka.ms/failure-installing-tool

  • Steps to reproduce the issue:" ~% abp login-info [17:04:10 INF] ABP CLI 7.0.1 [17:04:10 INF] Login info: Name: Desarrollo Surname: web Username: desarrolloweb Email Address: desarrolloweb@zimaltec.es

~% dotnet tool install -g Volo.Abp.Suite --add-source https://nuget.abp.io/v3/index.json

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