Base solution for your next web application

Activities of "sempus"

Hi, I'm using AspNetZeroRadTool 2.2.1.2, Asp.NetZero V08.06.00 (NetCore 3.1 + Angular 9) and I custom AspNetZeroRadTool\FileTemplates\Client\Angular\ComponentHtmlTemplate\MainTemplate.txt to "MainTemplate.custom.txt". But I see "MainTemplate.custom.txt" not same generation code Is not same generate code: In "Templateinfo.txt" i see: { "path" : "app\{{menu_Position_Here}}\{{namespace_Relative_Here}}\{{entity_Name_Plural_Here}}\{{entity_Name_Plural_Here}}.component.html", "condition": "{{Project_Version_Here}} < 050400" } So, Where is the template for the version >= 050400 ( Or V08.06.00)?

Hi, I have a question about Confirm Dialog? How can I localize "Yes" button and "Cancel" button? I don't see configuring it anywhere.

How can I display multiple messages at once in ASPNETZERO (Angular) with abp.notify.js ?. When I tried the example below, it also just shows each other (not automatically arranged on top)

this.notify.info(this.l('SavedSuccessfully'), '', { timer: 5000, toast: true }); this.notify.info('1', '', { timer: 5000, toast: true }); this.notify.info('2', '', { timer: 5000, toast: true }); this.notify.info('3', '', { timer: 5000, toast: true }); this.notify.info('4', '', { timer: 5000, toast: true }); this.notify.info('5', '', { timer: 5000, toast: true });

Thanks

How do I change the font-family of the entire system? I'm using ASPNETZERO Core + Angular V8.6.0. Thanks.

Hi,

  • When i create a record for the component (Angular).

For example : 'Sp.Portal.AnhkMains.KeHoachKscl' , Entity = 7, at 06/18/2020 16:29

  • Then I clicked to button the history at the List form

<li> <a href="javascript:;" *ngIf="entityHistoryEnabled" (click)="showHistory(record.keHoachKscl)">{{l('History')}}</a> </li> <entityTypeHistoryModal #entityTypeHistoryModal></entityTypeHistoryModal>

  • Popup History show There are 2 records displayed (this is wrong). It should have only had one record I just created

My product version is V08.07.00 (Angular + NetCore 3). I think this my mistake. I deleted all the data in AbpEntityChangeSets and AbpEntityChanges Then, The data has displayed correctly. Maybe when I delete the data directly in the Database ('Sp.Portal.AnhkMains.KeHoachKscl") and don't clear AbpEntityChanges => So, The old entityId is still in AbpEntityChanges, AbpEntityChangeSets

Thank for replying!

I have a lot of row items on Form List (scroll appeared). The problem that I have is when I am click to redirect to CreateOrEdit page but it does not take me to top (it scroll to bottom), and I have to manuall scroll which is bad UX?

How to make it always show on the top page ?

Form List Form CreateOrEDit

Hi, In BackEnd, I see we have file "...ExcelExporter.cs" (define method ExportToFile). And service file "...AppService.cs", we use this method - ExportToFile (Stream File saved TempFileCacheManager) Afterthat, in FrontEnd (Angular) we call method Download from Cache. My question is, Why complicate so many steps? Why use caches here? Why don't we download it directly from the stream NPOI? Thanks.

Hi, I still don't feel satisfied With Excel Export case, Why don't we use "return File" as soon as we get the exportfile stream? I just want to understand the real reason we chose to use the cache here. Thank

Hi, When I have successfully deployed to the server Production. But after a while, I need to redeploy and update the database (ex: Table structure changes). So then, how do we get the migration to run automatically when rebuilding my app? I'm using Version 8.7.0 : Angular + .Net Core 3

Thanks

Showing 1 to 10 of 15 entries