( gemnon | 2022. 10. 05., sze – 12:35 )

Inkognitó módban próbáltad? (A KAÜ szereti)

Gondolom valami elszaródott a local storageban.

 DownLoad(e) {
                    if (1 == ("aha" === (null == Zm && (Zm = localStorage.getItem("DEVUSER")),
                    Zm)) && null != e && localStorage.setItem("LASTDOWNLOAD", JSON.stringify(e)),
                    null != e) {
                        this.programs.BeforeDownLoad(e);
                        const t = this.programs.formService.form;
                        if (void 0 !== t.data.form.fields)
                            for (const n of t.data.form.fields)
                                this.LoadErrorHandler(n, e, t.readOnly);
                        if (t.data.form.chapters)
                            for (const n of t.data.form.chapters)
                                if (null != n.questions)
                                    for (const r of n.questions)
                                        if (null != r.fields)
                                            for (const n of r.fields)
                                                this.LoadErrorHandler(n, e, t.readOnly);
                        this.SelectLoad(e)
                    }

Ebből tippelem, hogy helyben tárolt jsonal van valami. De tévedhetek, remélem a DEVUSER nem azt jelenti amire gondolok . :)