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
The readOnePage query used to retrieve versions does not paginate results, and the UI doesn't provide means to use pagination. Given that Versioned::get_all_versions() has the equivalent performance/memory impact of a DataObject::get(), this will eventually break on long-lived pages.
The text was updated successfully, but these errors were encountered:
The
readOnePage
query used to retrieve versions does not paginate results, and the UI doesn't provide means to use pagination. Given thatVersioned::get_all_versions()
has the equivalent performance/memory impact of aDataObject::get()
, this will eventually break on long-lived pages.The text was updated successfully, but these errors were encountered: