abpframework / abp

Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.31k stars 3.32k forks source link

Angular: extensible table action list dropdown problem #19651

Closed sumeyyeKurtulus closed 2 weeks ago

sumeyyeKurtulus commented 2 weeks ago

Description

Resolves the action list dropdown problem as can be seen in the record:

4_30_2024, 10_17_04 AM - Screen - Untitled video.webm

Checklist

How to test it?

Here is to steps to reproduce the related test case

  1. Create a user under identity management
  2. Then only give "Login With This User Permission"
  3. Once you login with its credentials, the actions button should not be visible since there will be no related action

We have previously discussed about the UI behavior with @masumulu28, and it is open to updates after further considerations.