emoncms icon indicating copy to clipboard operation
emoncms copied to clipboard

editrealtime is not working

Open alexandrecuer opened this issue 3 years ago • 4 comments

image

alexandrecuer avatar Nov 07 '22 11:11 alexandrecuer

php var $vis_version not declared in Modules/vis/visualisations/editrealtime.php

dont know why we need give a v variable to feed.js and vis.helper.js ?

<script language="javascript" type="text/javascript" src="<?php echo $path;?>Modules/feed/feed.js?v=<?php echo $vis_version; ?>"></script>
<script language="javascript" type="text/javascript" src="<?php echo $path;?>Lib/vis.helper.js?v=<?php echo $vis_version; ?>"></script>

alexandrecuer avatar Nov 07 '22 16:11 alexandrecuer

@TrystanLea bump

https://community.openenergymonitor.org/t/datapoint-editing/22342/1

borpin avatar Jan 04 '23 07:01 borpin

Yes agreed, data editing needs some work. Id like to integrate this in the graph module ideally and remove the original editrealtime/daily interfaces.

TrystanLea avatar Apr 06 '23 11:04 TrystanLea

@TrystanLea : I will have some time in November, I will try to work on that.

alexandrecuer avatar Jun 01 '23 21:06 alexandrecuer