Base solution for your next web application

Activities of "najeebalmajeedy"

Hi ismcagdas,

Sorry for my late reply. The only datepicker there, is this: <div [hidden]="isUnlimited || !isSubscriptionFieldsVisible" class="form-group" [ngClass]="{ 'has-error': !subscriptionEndDateIsValid() }" > <label for="SubscriptionEndDate">{{ 'SubscriptionEndDate' | localize }}</label> <input id="SubscriptionEndDate" type="text" #SubscriptionEndDateUtc name="SubscriptionEndDateUtc" class="form-control" bsDatepicker datePickerLuxonModifier [(date)]="tenant.subscriptionEndDateUtc" [bsConfig]="{ adaptivePosition: true }" autocomplete="new-password" /> </div>

The create tenant interface dosn't contain any time picker.

I guess I didn't explain my requirement well. so I'll try to be more specific. what I want is a time picker where I can get time value from the end user. please check attached photo

Thank you for your support

Hi @ismcagdas Thank you for your response. I've tried to search a similar datetimepicker in the solution, but I couldn't find any form that get the DateTime as input from the user. I'd really appreciate it if you could provide sample usage where datetimepicker is used to get user inputs for date and time.

It worked. Thank you musa.demir.

Hi!

I need some support here too. I want to publish to azure and the documentation is not showing detailed steps on how to publish to azure. For example:

  1. Host project doesn't redirect to UI/Login
  2. Azure SignalR (how to use?)

Thank you

Hi ismcagdas,

I encountered this in ASP.NET MVC 5.x . I tried again and found that it's working, the only problem is that the tenant is created within the host db not in a separate db, while displayed in admin panel as separate db.

So again, I think there should be a mechanism to prevent using same host db if the user choose to create tenant in separate db.

Thank you.

<cite>ismcagdas: </cite> Hi,

Can you share the full exception message ? You can also read this doc for MySql <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/EF-MySql-Integration">http://aspnetboilerplate.com/Pages/Docu ... ntegration</a>.

Thanks.

Many thanks.. I followed the instructions mentioned in the above link and could finally generate all migrations in mysql db.

Showing 1 to 6 of 6 entries