Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "MellowoodMedical"

Hi, Our project is using Angular as the UI side framework. We are trying to optimize the solution when the very first load of the screen and wish to bundle all the css into a single one. We notice that there is a DynamicResourcesHelper.ts to load some of the css, including primeng.datatable etc. Is there a way to bundle those as one? Thanks.

Question

Hi, I have a question regarding managing cache for host and tenant. Is it possible to clear tenant cache from host or cache for both manage separately?

Thanks, Gaurav Singh

conffiguration issue

Hi ,

We recently upgraded to asp.net version 7.2.0. We are deploying API and Angular UI as seperate App on IIS. Before the upgrade, the Tenancy name was correctly resolved for the same set up. but after , tenancy name is not resolving correctly and the request from

https://portal2clinic.mellowoodmedical.com/account/login is redirected to https://api.mellowoodmedical.com//MyUserConfiguration/GetAll?d=1577128379597 . We could see that the tenancy name is not resolved in the redirected URL.

We have https://{TENANCY_NAME}.api.mellowoodmedical.com/ in "remoteServiceBaseUrl" and "appurl" of appsettings . The URL we are expecting to be resolved is https://portal2clinic.api.mellowoodmedical.com//MyUserConfiguration/GetAll?d=1577128379597 . The API is working as expected if we browse the API url.

one more issue we have identified is that on hosting application on server, it is expected to read settings from appsettings.production when the path is not defined. But it is now reading values from appsettings.json. Was there any change in the default values for environment?

Please let me know any further information is required.

Hi ,

I have implemented the datePickerMomentModifier but no luck. This to convert every date as moment but the actual issue here is when using date pipe with different locale like 'zh-Hans' or 'swedish' on bootstrap date picker.

Hi ,

Looks like the issue only exists for Bootstrap date picker while displaying a date field like above.

when displaying the same date with pipe on a td element , displays the correct date. Let me know if you need any further information.

Hi ,

Is there any updateg on this issue? I am also using ngx-bootstrap datepicker. While displaying date for different locale like 'zh-Hans', its displaying invalid date. But if we display the same data on a td, its displaying as expected on chinese.
Please see the original support tlicket for this issue below,

https://support.aspnetzero.com/QA/Questions/8190

Hi ,

Please find the below steps I tried,

  1. Builded and ran the latest version from local directory.
  2. switched branch and ran 'dotnet clean' and 'dotnet build' on older version of ASPZero from same directory.
  3. Throws exception.

I changed the local directory for older version and I got the applciation up and running. So I assume both newer and older version of applciation will not co-exist on the same local deirectory of source control. Could you guys fix this?

Hi ,

The issue happens when we are trying to display a date on bootstrap date picker in the above languages and using a date pipe. On this demo site , I could not see any place where there is a datepicker displaying date.

<input
                    type="text"
                    class="form-control"
                    placeholder="{{ l('DOB') }}"
                    autocomplete="off"
                    bsDatepicker
                    [ngModel]="demoDetails.dob | date"
                    [bsConfig]="{
                        adaptivePosition: true,
                        dateInputFormat: 'MMM D, YYYY'
                    }"
                    (bsValueChange)=
                    "demoDetails.dob = $event"
                    name="dob"
                    [ngClass]="{ 'is-invalid': myForm.hasError('required','dob')}" 
                    formControlName="dob"
                />

Hi,

I have a date field which will show correct value when in 'en' but if the language is changed to 'zh-Hans' or 'pl' and few more languages on the portal, it is showing 'invalid date' with the following error on browser console. I have also noticed for language 'danish' its showing 'Feb 19, 1984' instead of 'Feb 14, 1984' in english. This is an issue blocking us from going Live. Please let me know if you need any further details.

main.b0db31c71107ecc133f7.js:1 ERROR Error: InvalidPipeArgument: 'Unable to convert "Invalid Date" into a date' for pipe 'e'
    at $e (main.b0db31c71107ecc133f7.js:1)
    at e.transform (main.b0db31c71107ecc133f7.js:1)
    at main.b0db31c71107ecc133f7.js:1
    at main.b0db31c71107ecc133f7.js:1
    at Cm (main.b0db31c71107ecc133f7.js:1)
    at oz (main.b0db31c71107ecc133f7.js:1)
    at Object.updateDirectives (6.6b9e29a544a39c1d7d2e.js:1)
    at Object.updateDirectives (main.b0db31c71107ecc133f7.js:1)
    at Tm (main.b0db31c71107ecc133f7.js:1)
    at Im (main.b0db31c71107ecc133f7.js:1)
Showing 51 to 60 of 89 entries