You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letquery='SELECT module.id, image_url, name, description, count(module_subject.subject_id) as subject_count, owner, if (module_account.account_id is null, 0, 1) As added ';
271
+
letquery='SELECT module.id, image_url, name, description, count(module_subject.subject_id) as subject_count, author, owner, if (module_account.account_id is null, 0, 1) As added ';
272
272
// if (options.userId) {
273
273
// query += ', max(account_subject_statistics.last_accessed) as latest ';
274
274
// params.push(options.userId);
@@ -278,7 +278,7 @@ class Program {
278
278
letorderBy='name DESC';
279
279
if(options.searchText){
280
280
query=
281
-
'SELECT module.id, image_url, name, description, count(module_subject.subject_id) as subject_count, owner, if (module_account.account_id is null, 0, 1) As added FROM module LEFT JOIN module_account ON module.id = module_account.module_id INNER JOIN sites ON module.client_id = sites.client_id LEFT JOIN module_subject ON module.id = module_subject.module_id LEFT JOIN settings ON module.id = settings.home_program_id ';
281
+
'SELECT module.id, image_url, name, description, count(module_subject.subject_id) as subject_count, author, owner, if (module_account.account_id is null, 0, 1) As added FROM module LEFT JOIN module_account ON module.id = module_account.module_id INNER JOIN sites ON module.client_id = sites.client_id LEFT JOIN module_subject ON module.id = module_subject.module_id LEFT JOIN settings ON module.id = settings.home_program_id ';
282
282
where='WHERE module.client_id = ? AND settings.id IS NULL AND name LIKE ? ';
label.full.checkbox(for='cost-terms') I understand and agree that all payments are in Canadian dollars and that any payment will be a subject to a 15% administration fee and that all payments are subject to the terms set out in the agreement with Consolidated Learning Inc, and confirm that I am authorised to enter into this agreement.
107
-
107
+
.author
108
+
h2 Author
109
+
.help
110
+
p You can specify an author if you want to override the default for this site
0 commit comments