Activities of "mmorrisset"

If anyone finds this, I ran this command in the Application project folder:

abp add-package Volo.Abp.SettingManagement.Application

Then did a solution->Clean, solution->Rebuild

Fixed - Thank you

Hi, I originally missed the "getFilter" code that gets passed in. With that added, the API now return all my records. Thank you, I can work with this.


I am curious if it was a design decision to have the API return only 10 records by default. Seems counter intuitive and wasted a good amount of time.

To reproduce:

  1. Add 11+ users to an ABP site
  2. Hit the API /api/identity/users

In my case, I have 12 users. Json return shows the correct count but only 10 records are in the items section. {"totalCount":12,"items": [ ONLY 10 RECORDS HERE ]

Now a user can update their password. My problem now is that I can't update my "ChangePassword" flag in the user table due to permissions. How can I update a field in the user table as a non admin user?

Thank you for your response but that is not what I'm asking. I already have the field added to abpUsers and displaying as a text box in the user create/edit modals. I need to add a combo box to the user create/edit modal pages that is generated from my own custom table.

It appears that it has been documented here for Angular but not for MVC: https://docs.abp.io/en/commercial/latest/ui/angular/dynamic-form-extensions

Appreciate any assistance as this is a major blocker for me right now. This is my User Edit form. I need CountryId to be a drop down of countries that saves the GUID.

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