Activities of "masum.ulu"

Hi joris,

I've re-produce your case, I'll create issue and fix that, we might not release new patch version for 7.4.x yet I'll try to find workaround for that, after u upgrade project version to 8.0.latest you can remove workaround.

I've refunded ur credits

best regards

@portx-dev

After updating version from 7.4.2 to 8.0.0, my angular app has the following error

We've internal issue for this error, it'll be fixed with patch version

Hi,

Sorry my bad, we've created an issue i'm working on it

Hi, I'll check and fix that

Hi,

On angular side you can patch the menu items can you please check document: https://docs.abp.io/en/abp/latest/UI/Angular/Modifying-the-Menu

Even if you patch the menu in UI, you can't directly move this on permission modal because it comes from backend in c# identity module.

If you want to prevent this you can create a new role without user management permissions. The moving is not the correct solution in that case

Hello Noura,

It's because of our oauth package that we use for auth system. We'll fix that I refunded your credit

Answer

Hi Noura,

You can add localization resource from client side please check document if you want you can use this method as workaround until you update. We'll add resource to backend. I've refunded your credit

Hi Noura,

I've solved the problem, when the patch version release it'll fixed.

You can track the detail at here

https://github.com/abpframework/abp/pull/17981 here's PR

Hi Can,

I've reproduced your case, you right it should also check with ; semicolon at the end. But when the app opening first time at the cookies, only have 2 item. That's why we should also check for without ; I've updated code as below

protected checkCookieConsent() {
  const decodedCookies = decodeURIComponent(this.document.cookie);
  this.showCookieConsent = !decodedCookies.includes(`${this.cookieKey}=true`);
}

It'll solve problem at 7.4.1 I've refunded your credit

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