Activities of "mahmut.gundogdu"

The documanation is obsolate. It will be updated.
If you want to update app state you can use this code

configStateService.refreshAppState()  

https://github.com/abpframework/abp/blob/0c3e4c4ba3b2e0b9c3fe3031c53d79c255b97655/npm/ng-packs/packages/core/src/lib/services/config-state.service.ts#L64

I want to set App status,like this:

this.config.setState(newConfigObj); 

By default, you cannot manually update the Config state. But if you have to, ABP is open source. Copy the Config-StatService in your local, Change name of class Like MyConfigStateService then override via DI.

so you can expose store objects as public or add new methods. also we are considered the changes. Maybe in the future, we will change. source code: https://github.com/abpframework/abp/blob/dev/npm/ng-packs/packages/core/src/lib/services/config-state.service.ts

The source code includes a folder called "_colors" if you downloaded SCSS files. Definitions of colors are in the folder. You may compose them and modify the colors.

but I thought the ''light theme pro' schema is pre-defined...

<link href="_content/Volo.Abp.AspNetCore.Components.Web.LeptonTheme/styles/lepton6.css" rel="stylesheet" id=LeptonStyle /> I tried to switch the css file, but not work.

ok sorry I made mistake. Lepton-x vs lepton. Ok sorry. I will look for lepton

The source code includes a folder called "_colors" if you downloaded SCSS files. Definitions of colors are in the folder. You may compose them and modify the colors.

When I provide that token, there still problem with LocalizationService instant method throwing exception:

TypeError: Cannot read properties of undefined (reading 'instant') at new VendorPurchasesComponent (projects/SCM.Analytics/projects/analytics/src/lib/vendor/components/vendor-purchases/vendor-purchases.component.ts:21:54) at NodeInjectorFactory.factory (ng:///VendorPurchasesComponent/ɵfac.js:4:10) at getNodeInjectable (node_modules/@angular/core/fesm2020/core.mjs:3436:44) at createRootComponent (node_modules/@angular/core/fesm2020/core.mjs:12289:35) at ComponentFactory.create (node_modules/@angular/core/fesm2020/core.mjs:12170:25) at apply (node_modules/@angular/core/fesm2020/testing.mjs:24238:51) at _ZoneDelegate.invoke (node_modules/zone.js/dist/zone.js:412:30) at ProxyZoneSpec.onInvoke (node_modules/zone.js/fesm2015/zone-testing.js:287:39) at _ZoneDelegate.invoke (node_modules/zone.js/dist/zone.js:411:56) at Object.onInvoke (node_modules/@angular/core/fesm2020/core.mjs:24178:33)

Providing mock version of LocalizationService does not fix this which is odd.

Localization service does not have to provide. it already mark as 'provide-in:root' I have created a example. it works for me. I have tested like that. It works. https://gist.github.com/mahmut-gundogdu/470ac9adb005f9521efc13122bcef8da Could you check my example? And try again. I couldn't produce yet. Localization service doesn't use that token. ConfigStateService use that.

I think expected signature is different here the signeture of getFn

getFn: (params: ABP.PageQueryParams) => Observable<ABP.PagedResponse<any>>;

PageQueryParams is

 interface PageQueryParams {
        filter?: string;
        sorting?: string;
        skipCount?: number;
        maxResultCount?: number;
    }

lookupRequestDto is not compatible PageQueryParams maybe you should wrap this with a file or maybe you should re-generate the proxies.

OK, I'll wait for your project. liming.ma@volosoft.com

The 500 error that was caused by a backend issue has been resolved with the help of @gterdem 's support. Thank you for your assistance. But the front-end issue still persists. @mahmut.gundogdu

I have produced the issue. getFn ="" must be input. it is not output.

Related docs: https://docs.abp.io/en/abp/latest/UI/Angular/Component-Replacement

https://github.com/abpio/abp-commercial-docs/blob/dev/en/themes/lepton-x/how-to-use-lepton-x-components-with-angular-custom-layout.md

also you can watch https://www.youtube.com/watch?v=R9CqTtn6Wcg

We must update Core/testing packages,I have noted.You are not required to wait for the publication of this issue. add missing provider on your test suite like INCUDE_LOCALIZATION_RESOURCES_TOKEN then it will be worked.

here the issue link. https://github.com/abpframework/abp/issues/15991

it seems "service.getCitylookup" is undefined. Could you check this? Also I have ask team-mate for why backend return 500 too)

Just a reminder. also there is visual issue. Maybe you should check your styles because some bootstrap classes are deprecated like form-group like padding classes etc.

If you want, we can continue in Turkish.

I can understand Turkish, but Maliming is is not. . but if you can write English. Lets continue in English or I would translate Turkish to Eng

Thank you for the information. Do you have any information about the release date? Also can i learn if it is a major update or is it possible to fix it in my project without updating lepton version.

Probably we have already released. Did you check ?

Showing 151 to 160 of 282 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30