diff --git a/client/src/components/ElementActions/SaveAction.js b/client/src/components/ElementActions/SaveAction.js index d4bee1a4..8b80a8d3 100644 --- a/client/src/components/ElementActions/SaveAction.js +++ b/client/src/components/ElementActions/SaveAction.js @@ -49,8 +49,6 @@ const SaveAction = (MenuComponent) => (props) => { // Update the Apollo query cache with the new form data const { apolloClient } = window.ss; - // @todo optimistically update the data for the current element instead of - // rerunning the whole query apolloClient.queryManager.reFetchObservableQueries(); reinitialiseForm(formData); diff --git a/src/Forms/ElementalAreaField.php b/src/Forms/ElementalAreaField.php index ffc00936..eb95ddb2 100644 --- a/src/Forms/ElementalAreaField.php +++ b/src/Forms/ElementalAreaField.php @@ -162,11 +162,9 @@ protected function getReadOnlyBlockReducer() 'ElementType' => $element->getType(), 'ElementIcon' => $element->config()->get('icon'), 'ElementTitle' => $element->Title, - // @todo: Change this to block history permalink when that functionality becomes available. 'ElementEditLink' => Controller::join_links( // Always get the edit link for the block directly, not the in-line edit form if supported $element->CMSEditLink(true), - // @todo make this auto-permalinking work somehow '#Root_History' ), ],