@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
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
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
(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,
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