Base solution for your next web application

Activities of "KarakTheWise"

Greetings,

I'm running into the same issue trying to pass an ngx-datepicker date. I keep getting the "ERROR... 'is not an ISOString(). Is there a soluttion to this yet? I have read the various post above and nothing is getting me there. I can't set my value: this.guestEvent.guestCheckInTime using toISOString() because I then get:

ERROR TypeError: this.guestEvent.guestCheckInTime.toISOString is not a function

So I'm not sure how to get there from here. This is in the UI, not in the framework btw. Same as the others. I did see from the Git repository that you have switched to 'luxon' from 'moment'. I just purchase ASP.NET Zero about a monthy ago and have no clue to update to a new version at this point :) Any advice would be awesome!

Thanks

Update: I found if I submit the 'pure' output from the ngx-datepicker, it will sumit fine. The issue I'm having now is trying to concatinate the ngx-timepicker result on to the date so I end up with somthing like 11/15/2020 16:00. I've been able to get the contatination completed without any problems. It's submitting the result is where I now get the 'toISOString' error once again. Any help would be most appreciated!

I was in @olmy90 situation. I have @angular-devkit/build-angular": "~0.1000.0 so I could not use the older versiona as well. Yarn woud not run as it was giving a error that package-lock.json was stopping yarn from running. I deleted BOTH package-lock.json and yarn.lock then ran yarn once again. This put gulp back in place and I was up and running. I hope this helps.

Hi @ismcagdas,

Actually, yes, the full path does: D:) > App Development > Resolution > ASPNET-Zero > then the various folders for angular, .github, aspnet-core. The hyphen in the 'aspnet-core' directory wouldn't affect that I wouln't think But mayb the hyphen in the 'ASPNET-Zero' directory would? Is that what you're thinking?

On a side note, the only time I've had odd issues like was installing the dependencies for the PrimeNG fullcaldendar from @fullcalendar.

Answer

Excellent. Thank you. That's what I thought but I wanted to be sure I understood what I was reading with soft delete documentation.

Thakn you, I'll research data migration tools. I wasnt' sure where to start for that type of thing.

Answer

Just wanted to say I used @martin solution and it works very well for poplating simple lookup tables. Thanks for sharing.

Excellent! Thank you. I want to be sure I understand.

#kt_aside, #kt_footer, #kt_header { display: none !important; }

Does this code in the .less file 'hide' the items you want hidden? I haven't run into this before so it's new to me :)

Update: #kt_header_mobile was the guilty party :) It looks great now, thanks again!

I've made some progress. The navigation, header and footer are not showing in the new window. But I'm not sure what to do with this issue: When I go to 'print' and thus save as PDF, the top navigation is still displayed even though it's not displayed in the new window. Any thoughts?

Sorry for the slow reply. That was my issue and I really apprciate the help! Thank you.

Thank you for the reply! I had previously set the permissions so that the tenants can't change or have access to the themes. The larger part that I don't think I explained well enough is how do I set a single theme to be the main or default theme for every tenant? I'm not sure at the moment which theme I've selected for the theme I wish to use for the application. But for this example we'll say I set it to theme 3. So now I want to be sure all tenants will use theme 3 when new tenanats are created. I hope that makes sense.

Showing 1 to 10 of 43 entries