Bug #4624
edit notebook does not run well
Complexity:
Normal
SCRUM pts - complexity:
?
Description
Dev message: please add the c_id field in this query or report this error in support.chamilo.org
SELECT notebook_id AS notebook_id,
title AS note_title,
description AS note_comment,
session_id AS session_id
FROM `chamilo`.`c_notebook`
WHERE notebook_id = '1'
Associated revisions
History
Updated by Julio Montoya almost 9 years ago
- Status changed from New to Assigned
- Assignee set to Julio Montoya
Updated by Julio Montoya almost 9 years ago
- Status changed from Assigned to Needs more info
- Assignee deleted (
Julio Montoya) - % Done changed from 0 to 80
Should be fixed now
Updated by Julio Montoya almost 9 years ago
- Status changed from Needs more info to Needs testing
- % Done changed from 80 to 90
Applied in changeset r17609.
Updated by Fernando Paredes Garcia almost 9 years ago
- Status changed from Needs testing to Bug resolved
- Assignee set to Julio Montoya
- % Done changed from 90 to 100
I'm able to create and edit notes. Thanks!
Adding c_id in queries fixes #4624