Activities of "kkmy"

Ok then thank you.

I'm not sure about angular. You can try to set IsVisibleToClients of IdentityProSettingNames.Session.PreventConcurrentLogin to fasle

Unfortunately, this does not work. Do you have any other suggestions or is it not provided in the framework?

Thanks for the reply. I have done what you have suggested and it works perfectly.

  1. Is it possible to hide this Sessions tab without overriding the Angular component? It would be the best if I can just override the GetList method and remove this tab.
  2. To be a reference for the people who are looking for a similar functionality, the part "IdentityProPreventConcurrentLoginBehaviour.Disabled.ToString()" does not disable the concurrent login, it disables the functionality to prevent concurrent login. You have to give either "LogoutFromAllDevices" or "LogoutFromSameTypeDevices" options to prevent. I just wanted to clarify as the term can be confusing.

Hello,

With the version 8.2.0, you have provided the feature of changing the behavior for the concurrent login ("Disabled", "Logout from same type devices" and "Logout from all devices"). However, this option can be changed by each tenant admin under the settings menu.

How can I set the behavior for all the tenants as superadmin (admin without a tenant) and make sure that tenant admins cannot change it in any case?

Thank you.

  • ABP Framework version: v8.2.0
  • UI Type: Angular
  • Database System: EF Core (PostgreSQL)

Any updates on this topic?

  • ABP Framework version: v8.1.3
  • UI Type: Angular v17.3.9

Hello,

The page search functionality is not properly working (Win: Ctrl + F, Mac: Cmd + F). Normally, if the searched text is on the page but not on the displayed area of the browser, clicking the enter key will make the page jump to that particular area. However, this is not the case for ABP. I have tried it with different browsers (Chrome, Edge, Safari, Firefox, Opera) and it happens for all of them.

Steps to reproduce the issue:

  1. Go to https://commercial-demo.abp.io/dashboard.
  2. Press Ctrl + F / Cmd + F at the top of the page.
  3. Search for "Frontend Technologies". There is a box with this title at the end of the page.
  4. Click enter to jump to that area. Observe that it finds the text, but does not jump.

I am attaching a video to clarify the situation better. The difference between the commercial and main pages of the ABP is explicit.

Thank you.

Ok then, have a nice day!

Hi again,

Is there any progress on this issue?

  • ABP Framework version: v8.0.1
  • UI Type: Angular
  • Database System: EF Core (PostgreSQL)

Hello,

After upgrading to v8.0.1, we have observed a crucial bug with datatables. Let's say we have a table that shows 10 rows per page and the table has 15 rows. So it has 2 pages. When we search for a record that comes in the first page using query filters, table shows that row without a problem. However, if we go to the second page and search for that particular record, the datatable does not show that record.

You can observe this behavior in https://commercial-demo.abp.io/language-management/languages as well. Steps to reproduce the issue are:

  1. Go to the Languages page.
  2. There are many languages there. We can use Deutsch for example. As you can see, it is in the first page and in the first row.
  3. Write "de" in the search bar. You can see that the record is shown in the datatable.
  4. Now clear the search bar.
  5. Go to the second page.
  6. Write "de" in the search bar again. Now the record is not shown even though it is there.

I have attached a video sample as well to clarify the situation more.

Thank you.

Showing 1 to 9 of 9 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13