Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "Astech"

It appears to be something to do with the default value set in AppFeatureProvider: The setting will not update if you are trying to set the checkbox back to it's default value.

ASP.NET CORE MVC & JQuery v12.0.1 .NET 7

@ismcagdas - Do you know if there was any task ever completed for this? We are getting very similar behaviour. Edition feature settings (in particular checkboxs) are not correctly updating. Some peculiarities with only updating if a text field setting is also updated.

I can debug it as far as the EditionManager:

public virtual Task SetFeatureValueAsync(int editionId, string featureName, string value) { return _featureValueStore.SetEditionFeatureValueAsync(editionId, featureName, value); }

But then lose the trail into ABP Source code.

It seems the value is not correctly being inserted into the [AbpFeatures] table.

Steps to reproduce: 1. Ensure you have a edition feature checkbox setting. 2. Edit an edition and change just the checkbox setting. 3. Save and re-open the edition modal. The value will not be updated

Thank you

Thanks once again @ismcagdas

I was looking at https://docs.abp.io/en/commercial/latest/modules/payment which gives a different URL (api/payment/stripe/webhook):

Now that I am listening to Stripe/Webhooks it's working as expected.

Thanks for your ongoing support. Highly appreciated.

Kind regards

I've also noticed the demo site does the same: Unsure if this is related or not

For anyone else getting the same: https://support.aspnetzero.com/QA/Questions/11223/Castle-core-pair-2-load-error-version

Thanks @ismcagdas, that has resolved the issue, many thanks!

Fixed - amended line 141 to be:-

@marble68 - Did you get to the bottom of this error? We are getting the exact same thing after upgrading: Could not load type 'Castle.Core.Pair`2' from assembly 'Castle.Core, Version=5.0.0.0,

Hi,

I have just sent an email with the zipped mvc project.

Hi,

I have removed the files and tried npm install and npm run create-bundles, same result.

package.json { "name": "abpzerotemplate", "scripts": { "create-bundles": "yarn && gulp buildDev", "build": "yarn && gulp build" }, "version": "10.4.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", "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": "^4.2.3", "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-beautify": "^1.13.0", "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" } }

yarn.lock https://pastebin.com/b4YaurcE

Showing 21 to 30 of 51 entries