Changes between Initial Version and Version 1 of Ticket #30302, comment 19
- Timestamp:
- 08/07/20 13:33:56 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30302, comment 19
initial v1 1 1 I wonder, is copying the chart function even necessary? If new expressions are set/added, a new chart function is created anyway,isn't it? 2 2 3 If the user wants the chart function directly, one can create a copy there. 3 If the user wants the chart function directly, one can create a copy there. Or we state all chart functions belonging to scalar fields automatically as immutable (available since #30310). If the user wants to modify it, he must copy it manually.