Activities of "ElifKaya"

Hi! How can I solv this problem?

Hi,

I created new tiered application project and added Docs module with using ABP suite platform.Then, I showed Documents view in ABP left menu. When I click my document link, an exception was thrown while activsting Volo.DocsPages.Document.Project.IndexModel.

I thought that the reason of Volo.Docs.GitHub.Documents dependency injection problem and I soved this problem by added "typeof(DocsDomainModule)" to DependsOn attribute in DocsWebModule.cs. And also, I tried this way on our project and it also works. But, I'm not sure about thats a best solution. Can you help me about this?

And also, when I open my project document view, Logo and project names appear on top of each other like this I tried to commend line navbar-logo in index.cshtml but I dont want to change code from doc module project.

Can you help to solve this problem? Thanks ...

Hi,

I want to use relative path for ExtraProperties Path key and to save my document folder in my proeject solution as ....\src\TieredAppDocMod.Web\docs or something like this. What is the best way for me? Can you help me about this?

Now, I used like here but I want to change path with relative path? Should I override your GetFileSystemPath method or try to another method?

INSERT [dbo].[DocsProjects] ([Id], [Name], [ShortName], [Format], [DefaultDocumentName], [NavigationDocumentName], [MinimumVersion], [DocumentStoreType], [ExtraProperties], [MainWebsiteUrl], [LatestVersionBranchName], [ParametersDocumentName]) VALUES (N'12f21123-f08e-4f15-bedb-ae0b45939659', N'NMM (wwwroot relative path)', N'www', N'md', N'Index', N'docs-nav.json', NULL, N'FileSystem', N'{"Path":"C:\Users\XXXXX\source\repos\TieredAppDocMod\src\TieredAppDocMod.Web\wwwroot\docs"}', N'/', NULL, N'')

Thanks,

Hi @ElifKaya,

And also, when I open my project document view, Logo and project names appear on top of each other

As i see, problem is related with Lepton Theme & Docs module. We will check and fix this issue but it may not be ready for v4.4 release.

Btw, if you will just run Docs module on that project, it would be better to use free & non-tiered template for now.

(Example CLI commands: abp new SampleProjectName -t app and abp add-module Volo.Docs --with-source-code --add-to-solution-file)

Thanks! Actualy, I dont want to try with non-tiered templete because our project based on tiered templete. So, I'll waiting for new version.

Do you have any answer for my first question?

"Volo.Docs.GitHub.Documents dependency injection problem and I soved this problem by added "typeof(DocsDomainModule)" to DependsOn attribute in DocsWebModule.cs. And also, I tried this way on our project and it also works. But, I'm not sure about thats a best solution."

Hi, I ceated ABP tiered project and added DOC Module by using ABP Suit, but edit button doesn't work in document module. Can you help about markdown edit button? I don't want to change index.cshtml code because I'll use abp doc module as package in our project.

Thanks,

ABP Framework version: v4.3.0 UI type: Razor (MVC) DB provider: EF Core Tiered (MVC)

Hello,

Is there any way I can change Save and Cancel button display name in the following usage?

Thanks,

hi

You can try to change the localization translation of the buttons.

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/AbpUiResource.cs#L6 https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json#L6-L12

Actually this solution wont be useful for us. Because I don't want to use localization. I want that AbpModalButtons.Save button name to appear as "Export" in modal, "Import" in another modal, "Save" in another modal or "Associate" in the another modal in the same language. I stopped using abp-modal-footer buttons now. If is not possible changes display name of AbpModalButtons.Save, I can contionue using abp-button like this.

Thanks

Hello,

I created a new solution from APB Suite platform with choosing Public Web Site and Cms-Kit. We tried Cms-Kit and we want use it in our project. But, I noticed that TenantId couldn't be created when we insert data to MenuItem entity from Cms -> Menu CRUD view. When I research source code in Volo.CmsKit solution, I thougth that TenantId wasn't set in MenuItem.cs. But this problem has only MenuItem entity, not a Page, Blog or others entities. Will there be an improvement for this issue? Can you help us about this problem?

Thanks, Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v4.4.2
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hi @ElifKaya

Firstly we decided to make MenuItem without multi-tenancy, but now it has multi-tenantcy support but there is a missing implementation. So that is a bug, You can track #10114

Hi @enisn,

We pull the CMS kit from the ABP Suite and we use it as a module in our project. When will the fixed version be released? Will it published in the next version?

Thanks

Hello,

We pull the CMS kit from the ABP Suite and we use it as a module in our project. We want to create default data as it is in the CmsKitDataSeedContributor.cs. But we can not insert Page and MediaDescriptor data because these entites are protected type. And also, we want to insert image to BlogsPost data but we can not create CoverImageMediaId with using data seeder. CoverImageMediaId can be created from only BlogPosts CRUD View.

Can you help us about this problem?

Thanks,

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v4.4.3
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
Showing 1 to 10 of 96 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11