Activities of "salih"

<abp-date-picker asp-for="CreateTransaction.SendDate" min-date="new DateTime()" date-format="MM/DD/YYYY" auto-update-input="true" />
<abp-date-picker asp-for="CreateTransaction.SendDate" min-date="new DateTime()" date-format="MM/DD/YYYY" />

use it like this

BTW how can I see my previous tickets? and why I cannot submit a new ticket although I still have 14 remaining tickets?!

You can easily see your own tickets

this is the link for creating new question: https://support.abp.io/QA/Questions/New
if you cannot navigate to this URL, it means your permissions have recently been updated. try re-login to refresh your permissions.

I can navigate to that url but I cannot see any submit button as in the following screenshot:

Have you tried logging out and logging in?

Hi, I recommend you to use unit of work when you get error about Context dispose. You can review the document. My suggestion is to use IUnitOfWorkManager. https://docs.abp.io/en/abp/latest/Unit-Of-Work#iunitofworkmanager

Hello, would you like to try adding the permissions in your PermissionDefinitionProvider class using the following code: group.AddPermission(MyPermission.Permission, L("Permission:Permission")).RequireFeatures(MyFeature.Enable);?

Hi, can you check out these community posts? https://community.abp.io/posts/deploying-abp-angular-application-to-azure-and-app-insights-integration-4jrhtp01 https://community.abp.io/posts/deploying-abp-applications-to-azure-ztvp6p57

Is the LastModificationTime column null or data?

Can you share the bas class of dbcontext?

What is the base class of your classes?

Hi, can you share the project version and your entity class?

Showing 11 to 20 of 38 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11