You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a collection there is a column named "export" and when I try to edit this row, the admin UI loads forever and gives the following error message:
Uncaught TypeError: d.export is not a function
at A (index-08378882.js:138:1285)
at HTMLFormElement.$ (index-08378882.js:138:728)
at HTMLFormElement.<anonymous> (index-08378882.js:1:3299)
The text was updated successfully, but these errors were encountered:
Hm, this is oversight on my part and something similar could happen I guess with isNew, clone, load named fields because these are helpers available with each BaseModel.
Maybe the better approach would be to prefix the helpers with $ so that they don't conflict with the dynamic record fields.
I'll try to update them sometime later this week (and maybe define an alias getter to preserve the backward compatibility).
In a collection there is a column named "export" and when I try to edit this row, the admin UI loads forever and gives the following error message:
The text was updated successfully, but these errors were encountered: