Fixed gulp test linking errors and failed test
This commit is contained in:
Родитель
dc87e4eadc
Коммит
b5aed33f3d
|
@ -40,7 +40,8 @@ App.createApp = function (options) {
|
|||
|
||||
// Prepare the clone for use
|
||||
app.id = uuid();
|
||||
app.name = i18n.get('My {{template}} App').replace('{{template}}', options.data.name);
|
||||
app.name = options.name || i18n.get('My {{template}} App');
|
||||
app.name = app.name.replace('{{template}}', options.data.name);
|
||||
app.author = model.data.user;
|
||||
|
||||
// Add to model & redirect to editor
|
||||
|
|
Загрузка…
Ссылка в новой задаче