Hi, i'm working with the planner view, but there is a function that i dont find:
Problem1:
set subcategory_name [content_portlet::get_category_name -category_id $subcategory_id]
the function is "content_portlet::get_category_name" i tried to find it in the cvs.openacs.org repository but i didn't find it.
Problem 2: Also in the assessment-diff.patch, appear this
"callback -catch -impl "dotlrn" planner::extend_form -block_id $block_id -form_name "assessment_form" -block_object_type $block_object_type"
but the variable "$block_object_type" it's not defined anywhere.
Problem 3:
i can't remove the planner view of a community, because it only try to instantiate_and_mount the planner, no matter the flag enable_p is "f", so i get an error when i try to remove the planner view, because the package it's already mounted
Request notifications