Why would delete "Hang" on 2.1?

Delete "hanggs" w/ java pop up window............................
it deletes the post yet requires manual refresh.
In the left hand bottom corner, it says that no discussion exists.
0
Delete "hanggs" w/ java pop up window............................
it deletes the post yet requires manual refresh.
In the left hand bottom corner, it says that no discussion exists.
Comments
Assumingly something that got fixed in a newer version.
so is this some glitch in the "Discussion Controller" code that was solved in later versions???
I would advice testing it in a new/fresh install of vf 3.1
DiscussionController->Discussion not found.
asfy came up with solution September 2014
add this filter
if(isset($Sender->Discussion))
right before assigned in all Render function.
for example :
from
$Description = $Sender->Discussion->Body;
to
if(isset($Sender->Discussion)) $Description = $Sender->Discussion->Body;
Now figuring out what file all Render function
$Description = $Sender->Discussion->Body; resides is another story...
This discussion is related to the SEOCompanion addon
therefore
Vanilla/plugins/SEOCompanion/default.php
delete hang glitch problem solved for now... manually edited config... turned off SEOCompanion
SEOCompanion thus deleted
next...