Feature #4492
skills tree need a return link
Complexity:
Normal
SCRUM pts - complexity:
?
Description
chamilo190/main/social/skills_tree.php necesita un return del estilo al que existe en chamilo190/main/admin/skills.php . Como se utiliza tanto en el menú interno del portal como en la red social el sitio de vuelta tiene que ser distinto, así que mejor un javascript página atrás o algo así...
History
Updated by Julio Montoya over 8 years ago
- Status changed from New to Needs more info
- % Done changed from 0 to 10
We changed the skill tree with the skill wheel the function that returns the skills is located in main/inc/skill.lib.php
$all = $skill->get_skills_tree_json($user_id, $skill_id, false, $depth);
You can also see in the main/inc/ajax/skill.ajax.php how we call the skills (action = "get_skills_tree_json")
Updated by Julio Montoya over 8 years ago
- Status changed from Needs more info to Bug resolved
- % Done changed from 10 to 100
Bueno pueden ignorar mi comentario anterior, el "return link" ya fue agregado en el skill wheel