Records are deleted after they are published to the event bus.
Good news.
hi
This seems to be another problem. How do we reproduce this?
hi
You can run abp install-libs command to create libsfor azure devops deployment
hi
If I click on ok for the swal popup I get this
Can you share a simple project to show this?
liming.ma@volosoft.com
hi
I think I can't reproduce the error based on your code. Can you share a project?
hi
Update your src\Arquivar.Web\Pages\Shared\LookupModal.cshtml file as
Somehow, it misses these codes.
@page
@using Microsoft.AspNetCore.Mvc.Localization
@using Arquivar.Localization
@inject IHtmlLocalizer<ArquivarResource> L
@model Arquivar.Web.Pages.Shared.LookupModal
@{
Layout = null;
}
<div id="NavigationPropertyLookupTableModal">
<abp-modal size="Large">
<abp-modal-header title="@(L["Pick"].Value)"></abp-modal-header>
<input hidden id="CurrentLookupId" value="@Model.CurrentId" />
<input hidden id="CurrentLookupDisplayName" value="@Model.CurrentDisplayName" />
<abp-modal-body>
<abp-table striped-rows="true" id="LookupTable">
</abp-table>
</abp-modal-body>
<div class="modal-footer">
<button id="CancelButton" type="button" class="btn btn-secondary" data-bs-dismiss="modal">@L["Cancel"]</button>
</div>
</abp-modal>
</div>
hi
Can you reproduce this in a new template project? If so please share the steps.
hi
Can you share some code to reproduce the first error?
hi
What's your abp version?
How can I reproduce this error?