Skip to content

Commit

Permalink
Fix: Remove ToDo
Browse files Browse the repository at this point in the history
  • Loading branch information
pKallert committed Jan 7, 2025
1 parent 18c3860 commit 5f6af7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Neos.Workspace.Ui/Classes/Controller/WorkspaceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -807,8 +807,7 @@ protected function computeSiteChanges(Workspace $selectedWorkspace, ContentRepos
)
)
);

//ToDo: Consider dimensions

if(!isset($siteChanges[$siteNodeName]['documents'][$documentPath]['document'])) {
$documentNodeAddress = NodeAddress::create(
$contentRepository->id,
Expand Down

0 comments on commit 5f6af7a

Please sign in to comment.