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
There is currently no "read only" version of the HistoryViewerField
This means that e.g. when attempting to apply the history viewer to a versioned DataObject, one can only see history when they are editing the object.
When accessing the object from the view state of GridFieldDetailFormitemRequest, a simple read only field renders, which does not match the entwine selector to boot the react field.
The text was updated successfully, but these errors were encountered:
Yeah, it's a fine line. It doesn't work in that one does not see the history viewer as expected, however it does work in that it does not cease operation. One simply sees a generic ReadOnlyField with no content.
There is currently no "read only" version of the
HistoryViewerField
This means that e.g. when attempting to apply the history viewer to a versioned DataObject, one can only see history when they are
edit
ing the object.When accessing the object from the
view
state ofGridFieldDetailForm
itemRequest
, a simple read only field renders, which does not match the entwine selector to boot the react field.The text was updated successfully, but these errors were encountered: