Click on a CSV in Glue to show it in the CSV preview window
Double-click on the same CSV to open it in Excel/Open Office (or whatever the default application is)
Make a change to the CSV in Excel/Open Office
Save the CSV in Excel/Open Office
Close Excel/Open Office
Return to Glue and notice that the change does not appear in the CSV preview window
Make a change to the CSV in the Glue CSV preview window (in a different location than the change that was made in Excel/Open Office)
Deselect the CSV
Reselect the CSV
Notice that the changes made in Glue persist, but the changes made in Excel are lost even though the user saved the file in Excel.
This can also occur if the user updates the file through version control while the preview is visible in Glue.
Proposed solution - Glue has a file watch on all content files and internally raises events when these files change. We probably need to have a plugin event to react to the file changing (if there isn't one already), and when this occurs, have the CSV preview re-load the CSV.
To reproduce:
This can also occur if the user updates the file through version control while the preview is visible in Glue.
Proposed solution - Glue has a file watch on all content files and internally raises events when these files change. We probably need to have a plugin event to react to the file changing (if there isn't one already), and when this occurs, have the CSV preview re-load the CSV.