Base solution for your next web application

Activities of "oaalvarado"

Hi,

I'm using ASP.NET Zero Core MVC JQuery version is 7.0.0. I'm using the Select function on the datatables so when a user clicks on a row the row is highlighted and some fields are populated. I'm having the issue that if the user clicks the same row, the row is deselected (not highlighted). I want to disable the select toggleable behavior. In datatables.net it says that it can be disabled by using this in the datatable definition:

table = $('#example').DataTable( { select: { toggleable: false } } );

I added the option to the datatable definition, but the select toggleable still persists. How can I disable this?

Thanks maliming, that fixed the problem.

Hi,

I'm using ASP.NET Zero Core MVC JQuery version is 7.0.0. When I execute "npm run build" I'm getting an error:

buffer:js:207 throw new ERR_INVALID_ARG_TYPE

I can execute "npm run create-bundles" without errors.

Thanks Aaron. I can't find any documentation on how to upgrade. Can you send me a link with the steps to do the upgrade to v7.1.0?

Hi,

I have the application with version 7.0 running on an IIS virtual directory. I changed the appsettings.json so the "WebSiteRootAddress": "http://localhost:80/cpms/", also this files CPMS.Web.Mvc\Views\Account\Login.cshtml and CPMS.Web.Mvc\Areas\App\Views\Layout\Default_Layout.cshtml so they would use the directory \cpms. And updated the path in several CSS files. The application is working fine.

I tried to update to version 8.1, but can't make it to work on a virtual directory. I have changed the path in the Login.csthml, and the Layout.cshtml, but I'm getting errors when the application is trying to access de api's. It doen't use the directory \cpms.

I can't figure out where to update the application so the api's use the correct URL.

Thanks for any help you can provide.

Hi @maliming,

Thanks for your reply. You're right, but I managed to make it work with your suggestions from this question. https://support.aspnetzero.com/QA/Questions/7243

It was working fine with version 7.0. But now it doesn't with version 8.1. What I found is that the abp.appPath doesn't get the directory in the new version.

This is with version 7.0:

And this with version 8.1:

So I was wondering what changed?

I'm trying to deploy to a sub application, same result.

Showing 21 to 27 of 27 entries