Hi @ismcagdas ,
Thank you as always for your assistance.
I am using the MVC so I am not sure if the @angular-devkit is applicable ?
As I cannot answer that question my package.json file is as per below :
This appears to be the same one as the 9.3.0 repo / fresh download if I am not mistaken, git only shows me a few version changes on a few packages.
I look forward to your response and appeciate all assistance.
I am sorry I am not too familiar with NPM, Yarn, Gulp.
I am also still very open to organizing a teamviewer / similar connection if the issue is not obvious / preferable to troubleshoot.
package.json
{
"name": "abpzerotemplate",
"scripts": {
"create-bundles": "yarn && gulp buildDev",
"build": "yarn && gulp build"
},
"version": "9.3.0",
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"@fortawesome/fontawesome-free": "^5.8.1",
"@microsoft/signalr": "^3.1.2",
"abp-web-resources": "5.2",
"animate.css": "^3.7.0",
"autosize": "^4.0.2",
"block-ui": "^2.70.1",
"blueimp-file-upload": "^10.2.0",
"bootstrap": "4.3.1",
"bootstrap-daterangepicker": "^3.0.3",
"bootstrap-hover-dropdown": "^2.2.1",
"bootstrap-markdown": "^2.10.0",
"bootstrap-maxlength": "^1.6.0",
"bootstrap-notify": "^3.1.3",
"bootstrap-select": "^1.13.9",
"bootstrap-switch": "3.3.4",
"bootstrap-timepicker": "^0.5.2",
"bootstrap-touchspin": "^4.2.5",
"bootstrap4-datetimepicker": "^5.2.3",
"bower": "*",
"chart.js": "^2.7.3",
"chartist": "^0.11.0",
"cookieconsent": "^3.1.0",
"css-toggle-switch": "^4.1.0",
"d3": "^5.9.1",
"datatables.net": "^2.1.1",
"datatables.net-bs4": "^3.2.2",
"datatables.net-responsive": "^2.2.3",
"datatables.net-responsive-bs4": "^2.2.3",
"datatables.net-select": "^1.3.0",
"detect-zoom": "^1.0.2",
"dropzone": "^5.5.1",
"easy-pie-chart": "^2.1.7",
"famfamfam-flags": "^1.0.0",
"flot": "^0.8.0-alpha",
"gmaps": "^0.4.24",
"gridstack": "0.2.6",
"inputmask": "^4.0.6",
"ion-rangeslider": "^2.3.0",
"jquery": "^3.3.1",
"jquery-form": "^4.2.2",
"jquery-serializejson": "^2.9.0",
"jquery-slimscroll": "^1.3.8",
"jquery-sparkline": "^2.4.0",
"jquery-validation": "^1.19.0",
"jquery.counterup": "^2.1.0",
"jquery.uniform": "^4.3.0",
"jqvmap": "^1.5.1",
"js-cookie": "^2.2.0",
"js-url": "^2.3.0",
"json2": "*",
"jstree": "^3.3.7",
"localforage": "^1.7.3",
"malihu-custom-scrollbar-plugin": "^3.1.5",
"moment": "^2.24.0",
"moment-timezone": "^0.5.23",
"morris.js": "^0.5.0",
"mustache": "^3.0.1",
"pace-progress": "^1.0.2",
"perfect-scrollbar": "^1.4.0",
"popper.js": "^1.14.7",
"prismjs": "^1.16.0",
"push.js": "^1.0.9",
"pwstrength-bootstrap": "^3.0.5",
"rangeslider.js": "^2.3.2",
"raphael": "^2.2.8",
"select2": "^4.0.10",
"select2-bootstrap-theme": "^0.1.0-beta.10",
"signalr": "^2.4.0",
"simple-line-icons": "^2.4.1",
"socicon": "^3.0.5",
"spin.js": "^2.3.2",
"sticky-js": "^1.2.0",
"summernote": "^0.8.11",
"sweetalert": "^2.1.2",
"tether": "1.4.7",
"timeago": "^1.6.5",
"toastr": "^2.1.4",
"tooltip.js": "^1.3.1",
"topojson": "^3.0.2",
"typeahead.js": "^0.11.1",
"underscore": "^1.9.1",
"urijs": "^1.19.1",
"waypoints": "^4.0.1"
},
"devDependencies": {
"@types/node": "^12.7.4",
"globby": "^9.2.0",
"gulp": "^4.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-less": "^4.0.1",
"gulp-postcss": "^8.0.0",
"gulp-uglify-es": "^1.0.4",
"merge-stream": "^2.0.0",
"postcss-url": "^9.0.0",
"rimraf": "^3.0.0",
"yarn": "^1.15.0"
}
}
Solution was to add self signed certificate on myiispc - and use https. Not sure why it was working on http then stopped working on http during use though.
Link to article if anyone wants to know how to create a self signed IIS certificate. https://www.sslshopper.com/article-how-to-create-a-self-signed-certificate-in-iis-7.html
i dont remember ever having to choose when initially downloading and starting, what is the default that aspnetzero comes with and how do i check and fix if i am ?
I bump my post -_- im selfish.
You could do:
<a class="example" data-contact-id="2"></a>
listAction: {
ajaxFunction: _contactsService.getContactsByPolicyHolderId,
inputFilter: function () {
return {
id: $(".example").attr("data-contact-id")
};
}
},
The returned data can then be evaluated in the column render function:
{
targets: 0,
data: null,
orderable: false,
render: function (data) {
return data;
}
},
@timmackey its not broken you need to be logged into GitHub :)
@unidata
This is a pretty solid way, its the way I do it, never have issues.
https://github.com/aspnetzero/aspnet-zero/issues/96#issuecomment-268093697
Only thing you have to do is deal with conflicts, doesn't take very long.
@maliming, thats another good idea for OP.
Could this maybe have something to do with automapper being unable to match the include ?
For example the mapping dto property name does not match the field name CanceledByFk ?
Hi @maliming thanks for the reply and letting me know.