Activities of "uyarbtrlp"

Hi,

It is still same.

  • ABP Framework version: v4.3.0
  • UI type: MVC
  • Tiered (MVC): Yes
  • Steps to reproduce the issue:
  1. Created a new project from abp suite.
  2. Added a test logo under wwroot/images/logo in .Web project
  3. Added the code public override string LogoUrl => "/images/logo/project-test-logo.png" in BrandingProvider
  4. Also I have changed the test logo to logo-light.png or logo-dark.png which was created defaultly.
  5. It has affected the logo above the menu, I am able to see my logo, but it does not work on Login page.
  6. I want to change the logo which is on Login page. Is there any way to change it?

Hello,

I am able to change the logo where at Index page and so on by writing the code which is public override string LogoUrl => "/images/logo/project-test-logo.png"; in BrandingProvider, but It does not affect the Login page. I have also tried to rename the logo-dark.png or logo-light.png. It doesn't work, either. Is there any way to replace the logo at the Login page?

  • ABP Framework version: v4.3.0
  • UI type: MVC
  • DB provider: EF Core / MongoDB
  • Tiered (MVC)): yes

Hello, I was trying adding buttons to abp-table such as downloading csv file regarding the data which is in the table, copying the content, changing column visibility. I have checked the datatables.net, there are examples of how can I do that. However, I can't add the buttons as datatables.net suggests. Does abp-table support these buttons?

Is there any update for the issue?

Yeah, of course. How can we make it?

In our ci/cd environment we want to hold all Volo.Abp related binaries in our local binary repository. For example from nuget.org you can get the list of all Volo related nuget packages by following command: nuget list Volo.Abp -Source https://api.nuget.org/v3/index.json after getting the list, we just install and push the binaries in our local binary repository. We want to do similar thing for Volo’s COTS binaries. But the same nuget list cli command return nothing for following repo: https://nuget.abp.io/secret/v3/index.json Basically, we want to get the list of COTS binaries then install & push them into our local binary repo. In this way, we can always access old and new version of the binaries. We can avoid ‘no longer support following version’ situation. Can you suggest us a way to get COTS binaries from command line or any other way?

  • ABP Framework version: v4.2.2
  • UI type:MVC
  • DB provider: EF Core
  • Tiered (MVC) ): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:

Hello, In our automation platform, we want to get the cots binary from your repository, but the following comment "nuget list -source https://nuget.abp.io/secret/v3/index.json" returns "WARNING: This version of nuget.exe does not support listing packages from package source 'https://nuget.abp.io/secret/v3/index.json'. No packages found." How can we get the cots binaries? So, we want to hold it our local repository.

We have copied the Lepton theme folders (such as Bundling, Toolbars) and the components inside the Theme -> Lepton. We have added theme's css and styles to Themes -> Global -> Scripts and Styles. We have have created the components like Toolbar, Tools, Header . We have used your logic to create the components content. The content are the same but the html codes that inside the components are different from yours. Finally, we have added our scripts and styles to global script contributor and global style contributor. We have thought it works smoothly, but we have noticed this problem on dropdown menu. If I remove these scripts, the dropdown menus do not work. However, other components are working flawlessly. The problem is here. You can see that on language component used on Application layout. Scripts work, but the dropdown menus do not. We cannot see the panel that drop down menu includes other languages. This problem also applies to other drop down menus.

I sent it. Thanks.

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