Activities of "enisn"

Did you get any error while executing abp bundle command?

It seems your bundle couldn't be generated. Can you try again to run abp bundle command and share the results?

I also Like to take issue with the number of "questions" I have left - 9 (should be 10). I have asked 5 question and raised 1 bug. I hope this can be rectified as i feel a little peeved at this false tally.

Your credit has been refunded.

Also, I've created an internal issue for this. The menu behavior should be the same on all UI types.

Have you tried the following steps that I mentioned before? https://community.abp.io/posts/how-to-customize-the-login-page-of-an-abp-blazor-application-by4o9yms?_ga=2.46805796.229734245.1655108168-1327583644.1655108167

Your web application and authentication application seem different. You got this error on your authentication application.

If you have .HttpApi.Host or separated .IdentityServer project, you have to run abp install-libs command for them too.

Yeah, I know. Please check this documentation: https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface#completely-overriding-a-razor-page

You should create that file in that path to override it. After creating that file and pasting the content which I posted above, you're ready to customize that page. You can make changes however you want in that file.

Hi @gozdeyildirmaz

We've reproduced this problem. This is a bug for pages under Saas. I've created an internal issue and we'll fix it as soon as possible.

You can check the same data in Entity Changes tab in Administration -> Audit Logs page.

Go to that page and type Volo.Saas.Tenant into Entity Type input:

I don't know if it's correct behavior or not, but the reason is the selected menu stays always open because of tree logic in lepon blazor menu tree.

If you navigate to another page that isn't under Administration, then you can expand & collapse the administration menu.

Hi @nhontran

In that version, Saas module is dependent on Payment module because of technical issues. That dependency is removed in v5,

You can remove those tables from migrations if you don't use it. https://support.abp.io/QA/Questions/2509/Remove-Pay-tables-from-Database-through-migrations#answer-81fc4c0a-24eb-af2a-b398-3a01c1e58c5b

But Make sure you haven't disabled the PayPlans table.

Hi @mc86

Your object type is ResponseModelLoadResult. Do you have any special serializer for that class.

As I see that class is from DevExpress. You should consider mapping that data to a DTO and providing it over API.

Have you enabled Global Featues of CmsKit ?

You can apply following code block in your GlobalFeatureConfigurator in Domain.Shared project.

GlobalFeatureManager.Instance.Modules.CmsKit(cmsKit =>
{
    cmsKit.EnableAll();
});

GlobalFeatureManager.Instance.Modules.CmsKitPro(cmsKitPro =>
{
    cmsKitPro.EnableAll();
});

After enabling, re-create and apply migration and you'll see the required tables will be created.

If it still doesn't work, please let us now

Showing 251 to 260 of 489 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30