Hi,
You need to design your service method something like in this example. <a class="postlink" href="https://docs.angularjs.org/api/ng/service/$q">https://docs.angularjs.org/api/ng/service/$q</a>
You cannot use return value directly like that.
Hi @lcyhjx,
Than you for sharing this information.
Hi,
Hi @Jonas452, thank you for your explanation. You can do it like @Jonas452 said for your new entities but you cannot do it for existing ABP entities.
Even if you do it, there are some other places like AbpSession contains UserId and TenantId properties. There was a discussion about this issue in ABP github repository. You can also read it if you have time <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/pull/979">https://github.com/aspnetboilerplate/as ... e/pull/979</a>.
Hi,
No, dont update all nugt packages. You just need to update ABP packages if you want to update ABP framework.
Did you downgraded EntityFramework.DynamicFilters ? If not, please see this explanation <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1451#issuecomment-264413168">https://github.com/aspnetboilerplate/as ... -264413168</a>
Hi,
You need to refresh your selectpicker. You can view this topic, it is related to a similar issue #925@c673626e-8d59-40d5-820b-60b9d4aa2c16
Hi,
I had a similar issue with azure before and it was related to my connection string. Can you share your connection string for this database ?
Hi,
If you dont't have any special reason, you can add it to provided dbContext because it's easier to develop.
Hi,
Was it working before or is it the first time you try to enable swagger ui ? And can you see an error message when you try to enter this address " <a class="postlink" href="http://localhost:44371/swagger/docs/v1">http://localhost:44371/swagger/docs/v1</a>" to your browser's address bar ?
Hi,
Please see this comment. <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1451#issuecomment-264413168">https://github.com/aspnetboilerplate/as ... -264413168</a>
Hi Rick,
I didn't have time to try this one yesterday. Thank you very much for finding and sharing the solution.