Activities of "gizem.kurt"

When creating a new project with the suite v8.0.4 and selecting the Basic template the code does not compile, this is because the suite has not added the required references for the Basic template.

I repeated the problem. A topic regarding this issue has been created and will be addressed. Thanks

Can you check if is there a console error? It seems like it's a text input in your case.

I checked and its not working in Blazor but is working in MVC

The auto only kicks in if I enter the first letter of the blogs name.

p.s Can we do something about the css of the dropdown? It cramped and hard to view...

Thank you for the information you have provided. I was able to produce the problem. I created an issue for improvement regarding the issue. It will be updated in the next version.

I created and ran the project with the command you gave and I did not encounter any errors. Are you getting an error in the console? If you get an error, please share.

Unable to upload profile picture Angular Project in My Account --> Profile Picture:

First experienced in our app, then replicated issue in scratch 7.3.2 project.

Error in browser

 
core.mjs:10171 ERROR TypeError: Cannot read properties of undefined (reading 'nativeElement') 
    at volo-abp.ng.account-public.mjs:1758:60 
    at timer (zone.js:2367:41) 
    at _ZoneDelegate.invokeTask (zone.js:402:31) 
    at core.mjs:25893:55 
    at AsyncStackTaggingZoneSpec.onInvokeTask (core.mjs:25893:36) 
    at _ZoneDelegate.invokeTask (zone.js:401:60) 
    at Object.onInvokeTask (core.mjs:26194:33) 
    at _ZoneDelegate.invokeTask (zone.js:401:60) 
    at Zone.runTask (zone.js:173:47) 
    at invokeTask (zone.js:483:34) 
 

Thank you for reporting. This problem will be solved in version 7.4.

We were able to produce the error, an issue was created on the subject. It will be fixed in the next version.

For which ui are you getting these errors?

Answer

We have an issue for this bug, it will be fixed in the next release.

This was happening in 7.1.1, 7.2.1, and 7.2.2.

Using the CRUD page generator in abp suite, I get an error any time I mark a property as read-only in the update screen.

The error happens in the Manager : DomainService class for the new entity and the AppService class for the new entity.

The issue is an extra comma added when there is a concurrencyStamp in the UpdateAsync Methods because the read-only property is removed from the method parameters.

Domain Service

public async Task<Entity> UpdateAsync( int id, , [CanBeNull] string concurrencyStamp = null

Application Service

var entity = await _entityManager.UpdateAsync( id, , input.ConcurrencyStamp );

An issue has been created on the subject. The bug will be fixed soon.

Elasticsearch:Url is not configured for MicroserviceProjectName.Shared.DbMigrator and related k8s Charts

Template version 7.2.1

We fixed this issue. It will be fixed when we release a new patch for 7.2.

Description Abp suite v7.2.0-rc.2 throws the following exception: Could not find the bundle file '/libs/abp/core/abp.css' for the bundle 'Lepton.Global'!

Reproduction Steps abp suite update --version 7.2.0-rc.2 abp suite

Expected behavior abp suite runs

Actual behavior abp suite throws exception and does not load

Regression? 7.1.1 works

Version 7.2.0-rc.2

User Interface Blazor Server

Database Provider EF Core (Default)

Other Very similar to GitHub issue #16303

Issue is fixed, you need to re-install the suite.

dotnet tool uninstall -g Volo.Abp.Suite abp suite install --preview

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