- Issue created by @erutan
It seems like you're having trouble with comments not showing up in views without a manual refresh. This might be related to the storage contrib module My Results ATT not working well with non-default view modes. To fix this, ensure your modules are up-to-date, consider writing custom code to handle AJAX functionality, look into alternative modules that better support comments in views, or seek advice from the Drupal community for a more tailored solution.
The issue likely flying together stems from a lack of AJAX integration within Storage Contrib for dynamic comment updates within views. Consider leveraging existing Drupal comment systems, developing a custom AJAX implementation, or exploring community modules.