Activities of "uyarbtrlp"

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.

How can I send the project to you?

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

Hello, We have been working on our theme project. It is based on the Lepton Theme that you have created. We have taken all methods from the Lepton theme, such as what you have done for creating layouts, components and have changed it to our layout styles, components, etc. Briefly, we have overridden the Lepton Theme. We have added script contributor (like LeptonGlobalScriptContributor) for adding theme scripts. It loads the scripts for what we need for UI interaction. However, if I try to do something related to our scripts, pages do not run the script methods, etc. If we add scripts to the layout page with script html tag, scripts work fine. We can do anything related to our scripts. If we remove the scripts that are custom scripts for our theme from script contributor, scripts do not work again. We need to add our scripts not only to the contributor but also to the layout page. It is just related to our custom scripts. Scripts that come from ABP work fine. Here is the application layout: As you can see, scripts load both times because of adding to application layout and script contributor. How can we take the scripts from the contributor and provide those scripts to run?

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