Base solution for your next web application

Activities of "optixdev"

Hi Ismail

how to add required field validator for <p-editor> ?

<input id="RoleDisplayName" #roleNameInput="ngModel" class="form-control" type="text" name="DisplayName" [(ngModel)]="role.displayName" required maxlength="64">

<validation-messages [formCtrl]="roleNameInput"></validation-messages>

So, we have to use only "#roleNameInput="ngModel"" in <validation-messages [formCtrl]="roleNameInput"></validation-messages> ?

Angular 8 + .Net Core (Asp ZERO v8.7)

I am using default HTML editor from demo-ui-component page, having problem with storing image base64 string into database.

I can store simple short text, but long text like image base64 throws error... my database datatype is NVARCHAR (MAX)

Angular 8 + .Net Core (ASPZero Version 8.7)

How to add required field validation

  • Adding required feild validator cusotm code for specific TextBox, CheckBox and Dropdownlist.
  • Adding required feild validator using Power tools.

.Net core + Angular version 8.7

How to add "time" selection to default date picker calendar to the below autogenerated input?


<input class="form-control m-input" 
type="datetime" bsDatepicker 
datePickerMomentModifier 
[(date)]="abp.startTime" 
id="Abp_startTime" name="AbpCommsXObservation_startTime">

We are using .NET Core + Angular:

  • How to create new user roles?
  • How to manage the users roles?
  • How to assign permission to the roles to access specific pages?
  • How to assign permission of roles specific &lt;div> tags to show or hide certain tables and values?

Can you please provide us the code?

Thank you.

Question

I am removing some css classes from few css files such as "metronic\themes\theme8\css\style.bundle.min.css" to fit my design requirements.

But when I publish the code or restart my computer the 'removed css class' are appering again, all the design changes I made are rollback to the default theme and I am loosing all custom design changes which I did.

How can I solve this issue?

Hi @ismcagdas

User registered to the systen using Microsoft login button no register page/button!

please read my previous comments carefully.

  1. User Sign up successfully, but not login yet at this stage.. awaits for Tenant admin to approve the account.
  2. Tenant admin approves/activate the new Microsoft user account.
  3. After activation, Microsoft user tries to login into Application for FIRST TIME by clicking Microsoft login button... but user cannot login .. getting "Error message: email address is already taken"

These are my Microsoft Azure App - Redirect URIs:

http://localhost:4200/account/login/signin-microsoft http://localhost:4200 http://localhost:4200/account/login http://localhost:4200/signin-microsoft

Hi @ismcagdas, @maliming

User is not able to login with Microsoft account.

  1. User Sign up successfully, but not login yet at this stage.. awaits for Tenant admin to approve the account.
  2. Tenant admin approves/activate the new Microsoft user account.
  3. After activation, Microsoft user tries to login into Application for FIRST TIME by clicking Microsoft login button... but user cannot login .. getting "Error message: email address is already taken"

It looks like the “Sign in with Microsoft” button is trying to recreate/register the account/user again rather than let me sign in after initial creation or approval of account.

Please resolve this issue ASAP

Showing 1 to 10 of 58 entries