Hi, what type of rules are you trying to use the rule engine for? If they are complex rules, I recommend using https://github.com/microsoft/RulesEngine. If they are simpler rules, could you provide an example?
I'm closing this question as you haven't reported any other issues.
Hello, this situation is caused by PostgreSQL. You can follow the steps in this article.
Hi, abp-date-picker uses jquery, so if you replace your code as jquery code it will work.
document.addEventListener('DOMContentLoaded', function () {
const $vendorInvoiceDate = $('#vendorInvoiceDate');
const $documentDate = $('#documentDate');
$vendorInvoiceDate.on('change', function () {
$documentDate.val($vendorInvoiceDate.val());
});
});
Problem solved. I'm refunding your ticket.
Problem solved. I'm refunding your ticket.
The problem has been fixed. I've refunded your ticket.
Hi. I'll test it and get back to you.
This is not a bug on the abp side, so there will be no ticket refunds. I am closing this question as it has been resolved.
Can you try the package.json content I provided?
{
"version": "1.0.0",
"name": "my-app",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-pro": "^6.3.0",
"@volo/abp.aspnetcore.mvc.ui.theme.leptonx": "~3.1.3",
"@volo/account": "~8.1.3",
"@volo/audit-logging": "~8.1.3",
"@volo/file-management": "~8.1.3",
"@volo/identity": "~8.1.3",
"@volo/language-management": "~8.1.3",
"@volo/saas": "~8.1.3"
},
"resolutions": {
"@fortawesome/fontawesome-free": "6.5.1"
}
}