Skip to content

Commit

Permalink
MDL-52423 tool_lp: Page to view a plan and its information
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Massart committed Apr 18, 2016
1 parent b274c29 commit 12888ab
Show file tree
Hide file tree
Showing 21 changed files with 463 additions and 237 deletions.
2 changes: 1 addition & 1 deletion admin/tool/lp/amd/build/competencies.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion admin/tool/lp/amd/build/planactions.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions admin/tool/lp/amd/src/competencies.js
Expand Up @@ -170,11 +170,11 @@ define(['jquery',
});
});
requests.push({
methodname: 'tool_lp_data_for_plan_competencies_page',
methodname: 'tool_lp_data_for_plan_page',
args: { planid: self.itemid}
});
pagerender = 'tool_lp/plan_page';
pageregion = 'plancompetenciespage';
pageregion = 'plan-page';
}

ajax.call(requests)[requests.length - 1].then(function(context) {
Expand Down Expand Up @@ -257,7 +257,7 @@ define(['jquery',
requests = ajax.call([
{ methodname: 'tool_lp_remove_competency_from_plan',
args: { planid: localthis.itemid, competencyid: deleteid } },
{ methodname: 'tool_lp_data_for_plan_competencies_page',
{ methodname: 'tool_lp_data_for_plan_page',
args: { planid: localthis.itemid } }
]);
pagerender = 'tool_lp/plan_page';
Expand Down

0 comments on commit 12888ab

Please sign in to comment.