Activities of "canh.nguyen@efibot.com"

It's a long file, I can't share all with text or file with Abp Support Editor. Can you detect issue with specific part? Or can you give me the email for sharing this tex/file

What's the part do you want we share in this image?

Sorry, What do you mean? I can call api blogging endpoint throw Angular request

abp proxy-generate -t ng -m bloggingAdmin

Thank you, but these command not working now

  • ABP Framework version: v8.1.1
  • UI Type: Angular / ASP page
  • Database System: EF Core - SQL Server
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:
  • Implement Blogging Module into my sourcecode
  • Copy Module/Volo/Application/Blogging/Post/PostAppService to MyApp/Application/Blogging/Post/PostAppService
  • Run App
  • In angular folder, run command: 'abp proxy-generate -t ng' Issue: The BlogModel/Blog service in Angular is not generated. Expectation: generate BlogModel/ BlogService for Angular app With this expectation, What step I'm missing?

hi

Can you share some code to reproduce this, or can you reproduce this in the new 8.1.1 template project?

Thank you,

I also attach the code:

<div class="card-header">
    <h2 class="card-title d-inline-block">@PageLayout.Content.Title</h2>
    @if (LocalizationOptions.Value.Languages.Count > 1)
    {
        <nav class="navbar navbar-expand p-0 pt-1 float-right">
            <ul class="navbar-nav ml-auto toolbar-nav">
                <li class="nav-item">
                    @(await Component.InvokeAsync<LanguageSwitchViewComponent>())
                </li>
            </ul>
        </nav>
    }
</div>

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, and please first use the search on the homepage. Provide us with the following info:

  • ABP Framework version: v8.1.1
  • UI Type: Angular / MVC / Blazor WASM
  • Database System: EF Core - SQL Server
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: Can not show LanguageSwitchViewComponent after upgrade from abp 7 to abp 8.1.1
  • Steps to reproduce the issue: After upgrading ABP from version 7 to 8.1.1, my application is running, but I cannot access the LanguageSwitchViewComponent in the UI. How can I fix this?

  • ABP Framework version: v8.0.1
  • UI Type: Angular / MVC / Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

How can I add a new field to the Edit Blog Post screen?

Currently, we have a Custom folder for the custom list Blog Post and View Blog Post screens. I don't know how to add a new field to the Edit Blog Post screen.

I also tried some ways, such as adding extraProperties for the Blog Post, but I can't find 'ConfigureCmsKit' in the Module settings. I also checked the ABP Suite, but strangely, no CMS kit is installed.

Please check the reference link and attachment below:

https://github.com/abpframework/abp/blob/dev/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Edit.cshtml https://docs.abp.io/en/abp/latest/Modules/Cms-Kit/Index#entity-extensions

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