-
-
Notifications
You must be signed in to change notification settings - Fork 437
Unable to duplicate a Graph template #4923
Copy link
Copy link
Closed
Labels
bugUndesired behaviourUndesired behaviourconfirmedBug is confirm by dev teamBug is confirm by dev teamresolvedA fixed issueA fixed issue
Milestone
Description
Trying to duplicate Graph Template in Templates menu but got 500 Internal Server Error.
Its seems that the problem in type casting for php > 5 versions.
To fix:
File 'lib/api_graph.php', function 'api_duplicate_graph', line 478
replace from:
$save['hash'] = get_hash_data_query('', 'data_query_graph');
to:
$save['hash'] = get_hash_data_query(0, 'data_query_graph');
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugUndesired behaviourUndesired behaviourconfirmedBug is confirm by dev teamBug is confirm by dev teamresolvedA fixed issueA fixed issue