OpenClinica / enketo-oc

OpenClinica's fork of the Enketo web forms monorepo
Apache License 2.0
0 stars 1 forks source link

IE11 cannot handle modern ES syntax on redirect page #146

Open MartijnR opened 4 years ago

MartijnR commented 4 years ago

I think the URL() instance is handled by a polyfill, so no need to change that.

pbowen-oc commented 4 years ago

Closing since change reverted (we didn't seem to need it after all).

pbowen-oc commented 4 years ago

@MartijnR - Based on today's discussion, do you think we will really need this in the future?

MartijnR commented 4 years ago

Once you upgrade to Enketo Express 2.x.x you'd only need it if:

a. if there are remnants of the OC URL-caching issue we found yesterday b. if any user has bookmarked or otherwise saved an old URL and doesn't (always) use the OC interface to access forms.

pbowen-oc commented 4 years ago

Thanks. I think there would still be some level of caching at that time, so please add this back in.

MartijnR commented 1 year ago

Can be closed, I think due to OpenClinica/enketo-oc#54