"LucasFarias" की गतिविधियाँ

उत्तर

Good morning.

Sorry, follow again.

Abp

उत्तर

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(); })

उत्तर

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.

3 प्रविष्टियों में 1 से 3 दिखा रहा है
Made with ❤️ on ABP v8.2.0-preview Updated on मार्च 25, 2024, 15:11