Add datapoint edit capabilities to datasourcelist
-
Hi
Here is a hack for dataSourceList.jsp, which adds the capability to direct edit the datatpoints properties.
after show details:
<td> <tag:img png="brick" title=""/> <tag:img png="icon_comp" title="events.pointDetails" onclick="window.location='data_point_details.shtm?dpid=${point.id}'"/> </td>
add this code:
<td> <tag:img png="brick" title=""/> <tag:img png="icon_comp_edit" title="pointEdit.props.props" onclick="window.location='data_point_edit.shtm?dpid=${point.id}'"/> </td>
Thanks
Arne
-
Thanks Arne. This has been added to the code for the next release.