MDL-53658 tool_lp: Stacking of messages in competency breakdown report
This commit is contained in:
committed by
Frederic Massart
parent
3027fe2016
commit
2f411bca83
@@ -116,7 +116,8 @@ class external extends external_api {
|
||||
'usercompetency' => user_competency_exporter::get_read_structure(),
|
||||
'competency' => competency_summary_exporter::get_read_structure()
|
||||
))
|
||||
)
|
||||
),
|
||||
'pushratingstouserplans' => new external_value(PARAM_BOOL, 'True if rating is push to user plans')
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<div data-region="competency-breakdown-report" data-courseid="{{course.id}}" data-userid="{{user.id}}">
|
||||
<div data-region="configurecoursecompetencies">
|
||||
{{#pushratingstouserplans}}
|
||||
<p class="alert">
|
||||
@@ -10,7 +11,6 @@
|
||||
</p>
|
||||
{{/pushratingstouserplans}}
|
||||
</div>
|
||||
<div data-region="competency-breakdown-report" data-courseid="{{course.id}}" data-userid="{{user.id}}">
|
||||
<div class="row-fluid">
|
||||
<span class="span6">
|
||||
<table class="table table-bordered">
|
||||
|
||||
Reference in New Issue
Block a user