Activities of "LucasFarias"

Answer

Good morning.

Sorry, follow again.

Abp

Answer

Good morning.

No error is generated.

I believe that the application is not reaching the block below.

Below is a video about the "pick" button

Abp

rowAction: { element: $("<button/>") .addClass("btn btn-primary btn-sm m-btn--icon") .text(l("Pick")) .prepend($("<i/>").addClass("fa fa-fa-search")) .click(function () { var pickedId = $(this).data().id; var pickedDisplayName = $(this).data().displayName; $('#NavigationPropertyLookupTableModal #CurrentLookupId').val(pickedId); $('#NavigationPropertyLookupTableModal #CurrentLookupDisplayName').val(pickedDisplayName); $('#NavigationPropertyLookupTableModal #CancelButton').click(); })

Answer

Good afternoon, Dear. I hope you are well.

I'm using the navigation properties and the Modal UI selection type, however - it's important to note that I didn't make any changes, I generated them through Abp Suite - the "pick" button simply doesn't work, it doesn't display the table.

I've already debugged the code, compared it with another one that is working and it's exactly the same, but I haven't come to any conclusions.

Detail that does not present any errors in VSC and Console.

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