Activities of "sean.alford"

@edirkzwager, I don't see where you deleted the abo suite folder c:/users/username/.abp/suite

Make sure you delete that folder before trying to install abp suite.

@alper, MVC

@edirkzwager, I had a similar problem. Try this in an Admin console.

  1. Remove ABO Suite: abo suite remove
  2. Delete Suite folder: c:\users\username\.abp\suite
  3. Login: abp login username -p password
  4. Install ABP Suite: abp suite install

How do you add a new action like (+ New Entity) to the Navigation Property picker, and it's modal picker so the user can create a new Entity if the one they're looking for doesn't exist?

Fianlly, how do you render multiple properties on the modal picker?

For example, Name, Surname, Phone

@alper, I created the AppUserDto and mapping like you suggested in the previous answer. However, I get this error when I try to generated the migration.

ABP Suite 2.8.0

Here's another Navigation Property issues. It's related to the previous one, but in this case it doesn't create the entity propertly.

Generated

Should Generate

@alper I updated the abp cli tool prior to attempting to update abp suite. (https://support.abp.io/QA/Questions/149#answer-c6e4f4d5-40b5-de60-9c0b-39f549d5cc24)

As you can see here:

NOTE: I also tried abp suite remove, and then abp suite install and received the same result.

SOLUTION:

  1. Remove ABP Suite: abp suite remove
  2. Delete Folder: C:\Users\Username\.abp\suite
  3. Install abp suite install

Trouble updating ABP Suite 2.8.0

According to the comments here in the Acme.HelpDesk.Domain.Users.AppUser.cs, I should be able to extend AppUser by adding new properties. (i.e. public virtual Guid OrganizationId { get; set; })

Acme.HelpDesk.Domain.Users.AppUser.cs

Next, I would need to configure the mapping for the properties here: HelpDeskDbContext.OnModelCreating

Then I would need to update HelpDeskEfCoreEntityExtensionMappings

Finally, I created the migration; however, as you can see the FK mapping did not get created as expected.

How do I correct this?

@alper, I think I found another issue this afternoon.

ABP Suite - Created

ABP Suite - Should Create

Showing 31 to 40 of 57 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13