Base solution for your next web application

Activities of "robrechtbelien"

Answer

The same code is working in another project. It seems that either metronic or abp is overriding the default initializing for datatables.

Question

Hi,

I have an HTML table and I want to use datatables to show it in a better way. When I just use the default: $('#example').DataTable(); All rows disappear and instead it shows one row with the "Loading..." text.

Any help would be greatly appreciated.

Hi,

I just upgraded my code to 6.3.1 and the login page genrates this warning in the console: abp.ui.setBusy is not implemented! When looking at the bundles everything looks fine, The account-layout-libs.js bundele looks likes this, and all filles seem to be there: "wwwroot/lib/json2/lib/JSON2/static/json2.js", "wwwroot/lib/jquery/dist/jquery.js", "wwwroot/lib/popper.js/dist/umd/popper.js", "wwwroot/lib/bootstrap/dist/js/bootstrap.js", "wwwroot/lib/jquery-validation/dist/jquery.validate.js", "wwwroot/lib/block-ui/jquery.blockUI.js", "wwwroot/lib/jquery.uniform/dist/js/jquery.uniform.standalone.js", "wwwroot/lib/js-cookie/src/js.cookie.js", "wwwroot/lib/toastr/build/toastr.min.js", "wwwroot/lib/spin.js/spin.js", "wwwroot/lib/sweetalert/dist/sweetalert.min.js", "wwwroot/lib/moment/min/moment-with-locales.js", "wwwroot/lib/moment-timezone/builds/moment-timezone-with-data.js", "wwwroot/lib/cookieconsent/build/cookieconsent.min.js", "wwwroot/lib/abp-web-resources/Abp/Framework/scripts/abp.js", "wwwroot/lib/abp-web-resources/Abp/Framework/scripts/libs/abp.jquery.js", "wwwroot/lib/abp-web-resources/Abp/Framework/scripts/libs/abp.toastr.js", "wwwroot/lib/abp-web-resources/Abp/Framework/scripts/libs/abp.blockUI.js", "wwwroot/lib/abp-web-resources/Abp/Framework/scripts/libs/abp.spin.js", "wwwroot/lib/abp-web-resources/Abp/Framework/scripts/libs/abp.sweet-alert.js"

Question

Hi, I noticed the username is case sensitive. I can think of a number of ways to make it ignore the case of the username or email address. But I was wondering if there is a best practice or a reason it is case sensitive.

Regards, Robrecht

I Had this on occasions when the DB wasn't on the latest migration. In the app_data folder the system would write the logs and that's where I found the issue. I used Visualstudio's Schema compare to make sure that de DB has the correct schema.

Solved after upgrading to 4.5.1 No idea why this happened.

Hi, I'm using the .net core MVC version 4.1 (targeting the .net framework) I can get a token succesfully but when I try to use an API function I get this error:

entication.JwtBearer.JwtBearerMiddleware - Successfully validated the token. entication.JwtBearer.JwtBearerMiddleware - HttpContext.User merged via AutomaticAuthentication from authenticationScheme: Bearer. ERROR 2017-09-12 07:35:23,196 [22 ] entication.JwtBearer.JwtBearerMiddleware - Exception occurred while processing message. System.InvalidOperationException: IDX10803: Unable to obtain configuration from: '{TENANCY_NAME}.domain.com/.well-known/openid-configuration'. ---> System.IO.IOException: IDX10804: Unable to retrieve document from: '{TENANCY_NAME}.domain.com/.well-known/openid-configuration'. ---> System.InvalidOperationException: An invalid request URI was provided. The request URI must either be an absolute URI or BaseAddress must be set.

I have no idea why this is happening.
Does anybody have suggestions to solve this issue?

Question

Hi everybody,

I'm currently working an a new platform for our company. I started working based on ASP.Net zero core & jquery and i'm very satisfied with it. However due to lack of time I'm looking for some additinal help with this project. So if there's anyone out there wo knows the platform and wants to help me with it that would be great.

Regards, Robrecht

Hi,

What would be the best way to achieve the following?

When an admin (or another custom role name) user is in a specific OU he or she should only be able to create/edit/view users from that OU or child OU's. Also I have a couple of other entity's that are linked to users. I only want these users to get the records for users in the same or child OU's.

I'm using the .net core with jquery version. on the full framework.

Regards, Robrecht

Hi,

Did you already have a chance to check this?

Showing 11 to 20 of 28 entries