Okay, we have generated it initially and may not be included at that time, we will change it accordingly.
Thanks
Hi,
As per the discussion, need to change:
[(ngModel)]="entity.dateField "
<span class="colour" style="color: rgb(36, 41, 46);"> to </span>[(ngModel)]="entity.dateField._d"
<span class="colour" style="color: rgb(36, 41, 46);"> in datepicker input.</span>
<span class="colour" style="color: rgb(36, 41, 46);">Also, initialize your date fields (</span>this.entity.dateField = moment();
<span class="colour" style="color: rgb(36, 41, 46);">) in show method after </span>= new CreateOrEditEntityDto();
so we should add this for all datepickers other than RAD generated views right. how it can be if it is a date and time picker?
Let me try this and get back you.
Thanks.
Tried with that. but it displays in UTC, not converting to local time with local timezone. need to change overall application where it depends on it right?. how it can be fixed with MomentJS without changing the type?
Hi,
Awaiting for the reply.
Thanks.
Hi,
Angular v6.8.0
Hi @ryancyq,
Thanks for your response, That is possible if we do a manual query and we need to do for all entities to get filtered, but my aim was to add as data filters for all entities. My scenario is:
For this, we added MustHaveOrganizationUnit for all entities and we have OU id in all tables. Now we need to add data filters for all tables to filter the data based on WHERE IN permitted OU.
Thanks.
Hi @ismcagdas,
yes we can get the children with this, but I need to get only OUs and Sub OUs which is assigned to the user or role in the permission and data filter should apply based on all permitted OUs
Thanks.
Hi @Aaron,
Let me try on this way.
Thnaks for the help.
Do the common books fixed for all tenants?
Yes, This is common seed for all tenant, we will add as seed in EF.
Also, do the common books change over time?
No.