Activities of "tahseelit1"

Hello,

We got the problem fixed. For now, no new 5.3 bug-fix version is scheduled for release. However, the fix will be included in 6.0.0's next version.

With the following workaround, you can avoid the issue

//app.component.ts 
import { LookupInputComponent } from '@volo/abp.commercial.ng.ui'; 
 
const afterViewInit = LookupInputComponent.prototype.ngAfterViewInit; 
 
LookupInputComponent.prototype.ngAfterViewInit = function () { 
  afterViewInit.call(this); 
  this.cdRef.detectChanges(); 
}; 
 
 

perfect!! I really appreciate it. thank you

hi there any update for my issue because this issue happen to all module or page using the same control.

Great thank you for your help mahmut.gundogdu.,

i want to implement KafkaDistributedEventBus one microservice subscribe into multiple topics

Hi thank you for your quick response.,

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