diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 4e35ba908..0400ef257 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -7,6 +7,7 @@ - fixed #4124: Site starter uses floats in ways that cause problems - fixed #9274: AdminBar errors and fails when an asset class cannot be loaded - fixed #9301: Error in Shelf Template + - fixed #9260: untitled (Delete icon "X" circumvents revision control) 7.6.6 - fixed #8792: Image Preview gives ERROR in Collateral Manager diff --git a/lib/WebGUI/Asset/Post.pm b/lib/WebGUI/Asset/Post.pm index e2f6e8ab3..66e13a6c9 100644 --- a/lib/WebGUI/Asset/Post.pm +++ b/lib/WebGUI/Asset/Post.pm @@ -1428,7 +1428,7 @@ sub www_edit { name=>"storageId", value=>$self->get("storageId"), maxAttachments=>$numberOfAttachments, - deleteFileUrl=>$self->getUrl("func=deleteFile;filename=") + ##Removed deleteFileUrl, since it will go around the revision control system. }) if ($numberOfAttachments); $var{'contentType.form'} = WebGUI::Form::contentType($session, {