Activities of "alper"

Not sure if this is a bug or something but I can't for the life of me find where I can change the text ("ProjectName") here. Logo I know how to change.

It does not appear to use AppName or anything else I've found in the code?   
  
public class TodoManagerBrandingProvider : DefaultBrandingProvider  
{  
    public override string AppName => "My new name here";  
}  

Anyone still alive in here?

hi, this is not a bug! To get help on this customization question, you can create a new ticket. this topic is only for bugs

check out https://community.abp.io/posts/how-to-use-domainbased-tenant-resolver-in-abp-with-angular-and-openiddict-v9y8da7v

@engin FYI

Yes, I have updated abp suite and created a new project. There is the fix for advanced filters that were not generated before, but in abp suite there is no check box to choose which fields to use.

Maybe I didn't explain myself well. I expected to have the "Advanced Filter" checkbox in the field properties

Thanks for your patience

Oh you mean you want to have the advanced filter optionally generated (for all UI types)

Add the features present in AspNetZero RadTool to Abp Suite as the section "Other" where we can set "Advanced Filter", "List in UI" and "Create and Update".

And, if possible, reduce the number of template files used by Abp Suite also giving the possibility to indicate the sub-path where to save the files as it could be done in AspNetZero RadTool.

Thanks,
Roberto

yes this is on the roadmap , we'll implement it.

this feature is included in ABP v7.2 release.

@alper The Advanced Filter is still missing on the Blazor WASM UI template 7.4 rc2. When will it be released? Thanks

this is implemented with 7.4.rc-2 did you update your solution?

can you pls write the recent status of this problem

I assigned this to @maliming

⚡ Update ABP CLI and ABP Suite

dotnet tool update -g Volo.Abp.Cli --prerelease
abp suite update --preview

📗 Blog post

  • https://blog.abp.io/abp/ABP.IO-Platform-7-4-RC-Has-Been-Published

📘 Commercial release logs

  • https://docs.abp.io/en/commercial/latest/release-notes
  • https://commercial.abp.io/releases/

🔼 Migration guides

  • https://docs.abp.io/en/abp/latest/Migration-Guides/Index

✏️ Feel free to report any bugs, issues and problems.

⚡ Update ABP CLI and ABP Suite

dotnet tool update -g Volo.Abp.Cli
abp suite update

📗 Blog post

  • https://blog.abp.io/abp/ABP.IO-Platform-7-3-RC-Has-Been-Published
  • https://blog.abp.io/abp/ABP.IO-Platform-7-3-Final-Has-Been-Released

📘 Commercial release logs

  • https://docs.abp.io/en/commercial/latest/release-notes
  • https://commercial.abp.io/releases/

🔼 Migration guide from 7.2 to 7.3

  • https://docs.abp.io/en/abp/7.3/Migration-Guides/Abp-7_3

✏️ Feel free to report any bugs, issues and problems.

this issue is reported by shaynevanasperen@gmail.com


• ABP Framework version: v7.3.2 • UI Type: Blazor Server • Database System: EF Core (PostgreSQL) • Tiered (for MVC) or Auth Server Separated (for Angular): no • Exception message and full stack trace: none • Steps to reproduce the issue:

  • Create a brand-new solution using ABP Suite.

  • Log in as the host admin user and create a tenant named Tenant1.

  • Log in as the Tenant1 admin user and create two user accounts: user1 and user2.

  • Log out of the Tenant1 admin user and log back in as the user1 user in Tenant1.

  • Navigate to the Authority Delegation from the user menu. At this stage is the 1st bug: It doesn't actually open the Authority Delegation modal dialog. Instead, it simply navigates to the user account screen. See attached video:

  • Navigate to the Authority Delegation from the user menu for the 2nd time. Now it shows the Authority Delegation modal dialog.

  • Click on the Delegate new user button, and then type user into the search box. At this stage is the 2nd bug: When using dark theme, the background and foreground colours are misconfigured, so it is hard to see what text is being typed into the search box. See attached screenshot of light and dark theme:

  • Select user2 from the search box and then choose a valid date range for the delegation, and then click the Save button. At this stage is the 3rd bug: The newly added delegation does not show in the Delegate users list. Even after refreshing the page, we don't see it in the list. Upon investigation, I found that the delegation record is stored in the database without a TenantId. See attached screenshot:

  • If I then manually update the delegation record in the database to include the correct TenantId, it shows up in the user interface as expected and then the assigned user can actually perform the delegated sign-in.

Showing 81 to 90 of 1957 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30