Good afternoon, Dear. I hope you are well.
What are the possible causes for the admin, password 1q2w3E*, to lose access to the "actions" button?
Detail that I can't access the "user" page in "Identity Management".
I have already deleted the Database and performed a new migration, but without success.
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
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.
Boa tarde, Prezada(o). Espero que esteja bem.
Estou utilizando as propriedades de navegação e o tipo de seleção da UI Modal, porém, -importante ressaltar que não fiz nenhuma alteração, gerei através do Abp Suite- o botão "pick" simplesmente não funciona, não exibe a tabela.
Já debuguei o código, comparei com outro que está funcionando e está exatamente igual, mas não cheguei a nenhuma conclusão.
Detalhe que não apresenta nenhum erro no VSC e Console.
Aguardo o retorno,
Lucas Farias