[FIX] website_forum: light cleaning of website_forum tour naming

bzr revid: tde@openerp.com-20140410101911-lphs30dqs00hikrt
This commit is contained in:
Thibault Delavallée 2014-04-10 12:19:11 +02:00
parent be72c379eb
commit e834e31bd9
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@
website.EditorBar.include({
start: function () {
this.registerTour(new website.QuestionTour(this));
this.registerTour(new website.Tour.Forum(this));
return this._super();
},
});
website.QuestionTour = website.Tour.extend({
website.Tour.Forum = website.Tour.extend({
id: 'question',
name: "Create a question",
testPath: '/forum(/[0-9]+/register)?',