Activities of "camping89@gmail.com"

@robb: which cache did you mean? The nuget cache or the brower cache ? @maliming : could you please help to confirm the step below please?

So in su, you only need to ugrade the package but ABP Command and use the ABP Nuget url correct?

ABP Command

  1. Update ABP CLI: abp update
  2. Update ABP Suite: abp suite update

ABP Nuget

There are other bugs in the templates and we fixed it. here are the files

Frontend.Mvc.Page.Partials.indexjs_LookupFunctions.txt

$('#%%np-entity-name-with-dn%%FilterLookupOpenButton').on('click', '', function () {
    lastNpDisplayNameId = '%%np-entity-name-with-dn%%_Filter_%%np-entity-display-property%%';
    lastNpIdId = '%%np-entity-name-with-dn%%IdFilter';
    _lookupModal.open({
        currentId: $('#%%np-entity-name-with-dn%%IdFilter').val(),
        currentDisplayName: $('#%%np-entity-name-with-dn%%_Filter_%%np-entity-display-property%%').val(),
        serviceMethod: function () {
            return window.%%solution-namespace-camelcase%%.controllers.%%entity-namespace-camelcase%%.%%entity-name-camelcase%%.get%%np-entity-name%%Lookup;
        }
    });
});

Frontend.Mvc.Page.Partials.editjs_LookupFunctions.txt

$('#%%np-entity-name-with-dn%%LookupOpenButton').on('click', '', function () {
    lastNpDisplayNameId = '%%np-entity-name-with-dn%%_%%np-entity-display-property%%';
    lastNpIdId = '%%np-entity-name-with-dn%%_Id';
    _lookupModal.open({
        currentId: $('#%%np-entity-name-with-dn%%_Id').val(),
        currentDisplayName: $('#%%np-entity-name-with-dn%%_%%np-entity-display-property%%').val(),
        serviceMethod: function() {
            return window.%%solution-namespace-camelcase%%.controllers.%%entity-namespace-camelcase%%.%%entity-name-camelcase%%.get%%np-entity-name%%Lookup;
        }
    });
});

Can I get refund the question back since this is a bug of ABP ?

Hi @liangshiwei,

Thanks, more info, please note that the localhost config took no effects since I deployed everything to local IIS (in order to debug by attach into IIS process). This means that all the urls, ports are re-configured in 4 appsettings.json

  • DbMigrator: to migrate the db with correct redirect URL for local IIS
  • Api.Host
  • Identity
  • Web

The start sequence: identity > api > web.

I will be aware tonight for this bug.

hi @liangshiwei,

lastest version! I tested on 2 machines, both had the issue.

Same issue, but different steps. Identity server is not working on chrone with SLL off mode.

Hi @liangshiwei

Firstly, thanks a lot for your help. I didn't see such example in the generated project from ABP. The one created is much simpler (without the test methods). So to continue with it, here are something I'm not sure

  1. Where can I find sample app service and the configuration impl?
  2. Talking about API Resource and the Scope, by default there is a <ProjectName> scope in the API resource, in which file/where does ABP Identity enforce the authorization for this scope for all APIs? Sth like this

(Note that the appsettings.json is populated already)

Also, can you help to send/point out some documentation related to scope and the configuration with API in ABP? I need this for some trainings.

Thanks,

Is this fixed?

This is fixed by ABP team in v3.0.3

@alper, able to help with my issue please, It is very basic setup. Let me know if you need more details on the build or version info

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