Activities of "dev@veek.vn"

Thanks for your support i will try this

Hi Yusuf,

Thanks for your help! However, I can't find IdentityRoleDto and GetIdentityUsersInput from @abp/ng.identity/proxy, nor EXTENSIONS_IDENTIFIER and FormPropData from @abp/ng.components/extensible.

What should I do to import these into our project?

Hi, I want to customize the 'Add New User' form while keeping the other functions on this user page unchanged. I tried using the replace component, but it replaced the entire UI on this page. I only want to customize the 'Add New User' form. Please help.

ABP Framework version: v7.3.2 UI Type: Angular Database System: MongoDB Tiered (for MVC) or Auth Server Separated (for Angular): Yes Exception message and full stack trace: [Provide any relevant details] Steps to reproduce the issue:

ok thanks

input class:

export interface GetAuditLogListDto extends PagedAndSortedResultRequestDto {
    startTime?: string;
    endTime?: string;
    url?: string;
    userName?: string;
    applicationName?: string;
    clientIpAddress?: string;
    correlationId?: string;
    httpMethod?: string;
    httpStatusCode?: number;
    maxExecutionDuration?: number;
    minExecutionDuration?: number;
    hasException?: boolean;
}

the api: /api/audit-logging/audit-logs

hi,

I want to create a custom audit log for a client. How can I reuse the audit log on the settings page? Also, I want to filter the audit log by client ID, but the input for getting the audit log does not have a client property. Please help me with that.

ABP Framework version: v.7.3.2 UI Type: Angular Database System: MongoDB Tiered (for MVC) or Auth Server Separated (for Angular): yes Exception message and full stack trace: Steps to reproduce the issue:

ok thank you

hi,

how can I access to source code on this page: https://x.leptontheme.com/side-menu/index.html

thanks

ok maliming

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